AdventOfCode23_rust
AoC 2023 learning Rust (by chilliMacaw)
advent-of-code-2021
ð My Advent of Code solutions in Rust. http://adventofcode.com/2021 (by timvisee)
| AdventOfCode23_rust | advent-of-code-2021 | |
|---|---|---|
| 1 | 14 | |
| 0 | 240 | |
| - | 0.0% | |
| 7.9 | 2.0 | |
| about 2 years ago | about 1 year ago | |
| Rust | Rust | |
| MIT License | 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.
AdventOfCode23_rust
Posts with mentions or reviews of AdventOfCode23_rust. We have used some of these posts to build our list of alternatives and similar projects.
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 AdventOfCode23_rust and advent-of-code-2021 you can also consider the following projects:
AdventOfCode2023 - My solutions for Advent of Code 2023
advent-of-code-rust - My solutions to Advent Of Code
AdventOfCode2023 - Solutions to all 25 Advent of Code problems 2023 in Rust! :crab:
aoc - Advent of Code
aoc2023 - Advent of Code 2023 in Rust
public