advent-of-code-2021
π My Advent of Code solutions in Rust. http://adventofcode.com/2021 (by timvisee)
public
By gyorokpeter
| advent-of-code-2021 | public | |
|---|---|---|
| 14 | 1 | |
| 240 | 7 | |
| 0.0% | - | |
| 2.0 | 3.8 | |
| about 1 year ago | 9 days ago | |
| Rust | q | |
| GNU General Public License v3.0 only | - |
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-2021
Posts with mentions or reviews of advent-of-code-2021. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-03.
- Demystifying bitwise operations, a gentle C tutorial
Some very interesting advent of code contributions written in Rust, available on github, use bitwise operations. Shout out to Tim Visee! https://github.com/timvisee/advent-of-code-2021/blob/master/...
- Bugs that the Rust compiler catches for you
This may be the closest thing I've personally seen: https://github.com/timvisee/advent-of-code-2021
- -π- 2021 Day 16 Solutions -π-
Part 2 0.022ms (22ΞΌs)
- -π- 2021 Day 15 Solutions -π-
Part 1 1.05ms
- [2021 Day 12 Part 2] Has somebody found a sub 1s solution for part 2?
- -π- 2021 Day 12 Solutions -π-
Part 1 0.861ms (861ΞΌs)
- -π- 2021 Day 11 Solutions -π-
See https://github.com/timvisee/advent-of-code-2021/blob/master/runner/src/bin/bench.rs
- [2021 Day 9] Part 1 - 48 min to get it to work. I should go back to Python for these
- -π- 2021 Day 6 Solutions -π-
Part 1 0.0027ms (2.7ΞΌs)
- -π- 2021 Day 5 Solutions -π-
The orientation calculation could be done by matrix indexes operations https://github.com/FlakM/aoc2021/blob/main/day5/task1/src/main.rs and then its easier to create ranges. You can also use some clever crates and get some calculations for free https://github.com/timvisee/advent-of-code-2021/blob/master/day05b/src/main.rs
public
Posts with mentions or reviews of public. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2020-12-26.
- Whatβs up with IntCode 2019?
I liked the intcode problems not only because they allowed for quasi-interactive problems (which you would not expect to be able to do with a simple input-output type puzzle website) but also more importantly the possibility to reverse engineer the intcode programs. I regard this as "bonus content" since it was not necessary for completing the puzzles but it provided hours of additional fun while doing it. My repo contains the "whitebox" solutions to each intcode problem that bypass the interpreter to extract the solution from the input as directly as possible.
What are some alternatives?
When comparing advent-of-code-2021 and public you can also consider the following projects:
advent-of-code-rust - My solutions to Advent Of Code
advent-of-code-kotlin-template - The Advent of Code template project for Kotlin
aoc - Advent of Code
rustgym - Leetcode Solutions in Rust, Advent of Code Solutions in Rust and more
adventlang - π A programming language (+ code playground) for Advent of Code.
aoc2020 - Haskell Solutions to Advent of Code 2020