advent-of-code
Advent of Code - All Years - Blazingly Fast (by MeanderingProgrammer)
adventofcode
Advent of Code (http://adventofcode.com) solutions written in Python 3 (by viliampucik)

Nutrient - The #1 PDF SDK Library
Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
nutrient.io
featured
advent-of-code | adventofcode | |
---|---|---|
1 | 2 | |
13 | 29 | |
- | - | |
9.4 | 6.3 | |
7 days ago | about 1 year ago | |
Rust | Python | |
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.
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.
advent-of-code
Posts with mentions or reviews of advent-of-code.
We have used some of these posts to build our list of alternatives
and similar projects.
-
It Is Done! (for now)
I started a repo with all of the solutions, mostly done in Python: https://github.com/MeanderingProgrammer/advent-of-code
adventofcode
Posts with mentions or reviews of adventofcode.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-12-01.
-
-🎄- 2021 Day 2 Solutions -🎄-
Python 3 - Minimal readable solution for both parts [GitHub] import fileinput aim, h, d = 0, 0, 0 for l in fileinput.input(): cmd, x = l.strip().split(" ") x = int(x) if cmd == "down": aim += x elif cmd == "up": aim -= x else: h += x; d += aim * x # cmd == "forward" print(h * aim) print(h * d)
-
-🎄- 2021 Day 1 Solutions -🎄-
Python 3 - Minimal readable solution for both parts [GitHub]
What are some alternatives?
When comparing advent-of-code and adventofcode you can also consider the following projects:
advent-of-code - i know how to code now! here's my advent of code solutions that i can be somewhat proud of
adventofcode
advent-of-code - Challenges for Advent of Code (https://adventofcode.com).
advent-of-code - My solutions for Advent of Code
advent-of-code - Advent of Code, solved with Python, Rust, Magma, GAP
advent-of-code - My attempts at Advent of Code
BQN - An APL-like programming language
advent-of-code - http://adventofcode.com
AoC2021 - Advent of Code 2021 in F#
adventofcode - Readable solutions in python with tests
adventofcode - Advent of Code solutions of 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 and 2024 in Scala
advent-of-code vs advent-of-code
adventofcode vs advent-of-code
advent-of-code vs adventofcode
adventofcode vs advent-of-code
advent-of-code vs advent-of-code
adventofcode vs advent-of-code
advent-of-code vs advent-of-code
adventofcode vs BQN
advent-of-code vs advent-of-code
adventofcode vs AoC2021
advent-of-code vs adventofcode
adventofcode vs adventofcode

Nutrient - The #1 PDF SDK Library
Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
nutrient.io
featured