AdventOfCode2022 VS advent-of-code-2022

Compare AdventOfCode2022 vs advent-of-code-2022 and see what are their differences.

AdventOfCode2022

Solutions to all 25 Advent of Code 2022 in Rust πŸ¦€ Less than 100 lines per day, total runtime of less than 1 second. (by AxlLind)

advent-of-code-2022

back to rust, except i'll use libs where it makes sense (by jchevertonwynne)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
AdventOfCode2022 advent-of-code-2022
51 17
53 3
- -
3.6 10.0
5 months ago about 1 year ago
Rust Rust
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

AdventOfCode2022

Posts with mentions or reviews of AdventOfCode2022. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-22.
  • APL at Volvo
    2 projects | news.ycombinator.com | 22 Feb 2024
    I've been trying to improve my J skills by doing the https://adventofcode.com/2022 puzzles. I got stuck on day 7 because recursion in J is possible but an advanced level incantation.
  • I have great difficulties
    3 projects | /r/adventofcode | 5 Dec 2023
  • Advent of Code: Intro to Programming Puzzles and Problem-Solving Delights
    2 projects | dev.to | 30 Nov 2023
    Check previous years puzzles To get complete idea of the format of Advent of Code and get started grinding you should check out old puzzles first. To checkout old problems- https://adventofcode.com/2022/
  • Are there any websites for coding challenges which gamify coding skills?
    2 projects | /r/learnprogramming | 3 Jun 2023
    You can check out https://adventofcode.com/2022 (and not only year 2022 but also previous years). It has coding challenges in the form of Christmas stories. When it is live then new challenges open up every day like one would be opening up advent calendar. These challenges are quite interesting. Me and my colleagues at work, professional software developers, we also participate in these events. So it is not only for beginners. First days are simpler but with every added day the challenges become more complex. Still, the challenges are doable. You do not need to be on a professional software developer level. We do it just to try out different programming languages we normally do not work with.
  • DiscussΓ£o sobre o Advent of Code 2022 - Dia 8: Valor da constante de um algoritmo linear
    1 project | dev.to | 14 Feb 2023
    No oitavo dia do Advent of Code de 2022 tem um problema interessante para discutir sobre o termo constante na complexidade de um algoritmo.
  • Implementing the Pipe Operator in TypeScript
    5 projects | dev.to | 21 Jan 2023
    In the example above, the pipe operator |> takes the output of the previous function and passes it as the input for the next function. Here's a more complex example. It's my solution to Advent of Code 2022 day 1 pt.2.
  • Is brackeys and code monkey outdated and/or has bad practice or any reason for me not to follow their advice and tutorials?
    1 project | /r/Unity2D | 21 Jan 2023
    In a similar exercise fashion, I would recommend Advent of Code. It's an "event" that happens in December. The idea is that every day you get two tasks, described somewhat like in a math textbook. You need to find/develop an algorithm to solve the task. First task each day is usually fairly simple, but the second task expands on the first and pushes you to optimize it. It's a seasonal thing, but all the tasks from previous years are always available, so you can just go through them whenever. This also has it's own subreddit where people post their solutions and explanations, so if you are stuck somewhere you can always check out what other people did. It's not specifically for Unity, but it's also important to understand "vanilla" C#, so I recommend just doing those as a C# application. Great way to learn different algorithms
  • What to do other than leetcode?
    1 project | /r/leetcode | 12 Jan 2023
    TL;DR; Checkout Advent Of Code. Its not exactly competitive programming, but rather has an Advent Calendar for the Christmas but for Data Structure and Algorithm problems! I dislike grinding LeetCode and going through any competitive programming as such. But I really enjoyed Advent of Code.
  • What I learned (about Python) through Advent of Code 2022
    1 project | /r/Python | 1 Jan 2023
    I wrote this post a few days ago about what I learned doing Advent of Code this year. I did the puzzles in Python and, while I've been coding in Python for quite some time, still learned new things. Hope this might be helpful to others as well.
  • [2022] Total lines of code
    2 projects | /r/adventofcode | 28 Dec 2022

advent-of-code-2022

Posts with mentions or reviews of advent-of-code-2022. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-06.

What are some alternatives?

When comparing AdventOfCode2022 and advent-of-code-2022 you can also consider the following projects:

AoC2022 - Solutions to Advent of Code 2022 puzzles.

cl-ppcre - Common Lisp regular expression library

advent-of-code - advent of code solutions

jmurmel - A standalone or embeddable JVM based interpreter/ compiler for Murmel, a single-namespace Lisp dialect inspired by Common Lisp

aoc - Advent of Code

advent_of_code

Advent2022 - Advent Of Code 2022

aoc - Advent of Code

projectbook - 100+ project ideas with specifications, mock-ups, and assets for learning any programming language

advent-of-code

aoc-2022-kotlin - AOC 2022 in Kotlin!

advent-of-code - My solutions to all years of Advent of Code