aoc
ð (by est31)
advent-of-code-2021
ð My Advent of Code solutions in Rust. http://adventofcode.com/2021 (by timvisee)
aoc | advent-of-code-2021 | |
---|---|---|
1 | 14 | |
1 | 239 | |
- | 0.0% | |
9.4 | 2.0 | |
4 months ago | 5 months ago | |
Rust | Rust | |
Mozilla Public License 2.0 | 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.
aoc
Posts with mentions or reviews of aoc.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-01-03.
-
Rust is very welcoming
Link to my code.
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
What are some alternatives?
When comparing aoc and advent-of-code-2021 you can also consider the following projects:
Bandwhich - Terminal bandwidth utilization tool
aoc - Advent of Code
sniffglue - Secure multithreaded packet sniffer
aoc - Advent of Code solutions in rust and go
Rustlings - :crab: Small exercises to get you used to reading and writing Rust code!
Advent_of_Code - My Advent of Code solutions.