1
0
Fork
You've already forked adventofcode
0
Advent of Code
  • Python 41.9%
  • Rust 39.4%
  • Go 16.5%
  • C 2.2%
2024年12月25日 08:19:44 -08:00
2020 cleanup. rename source. 2020年12月27日 12:41:48 -08:00
2021 Merge branch 'day21' 2022年01月08日 09:35:30 +00:00
2024 day24. partial automated part2. 2024年12月25日 08:19:44 -08:00
.gitignore day12 2024年12月12日 13:50:35 -08:00
LICENSE Initial commit 2020年12月04日 12:26:40 -08:00
README.md update readme 2024年12月03日 08:47:30 -08:00

Advent of Code

Advent of Code 2024

See Advent of Code 2024

No specific language this year.

Advent of Code 2021

See Advent of Code 2021

Time to learn go. And .. fallback to python when I feel like it ..

Advent of Code 2020

See Advent of Code 2020.

Seems like a good opportunity to learn Rust.

I am pushing code around the time that I answer the question on the Advent of Code 2020 site. There is so much that I want to clean up in this repo but it is interesting (and more realistic in a quiz setting) to keep the code used to answer the questions rather than trying to improve the solution afterwards.

Note: I did go back and move the Regex::new() into lazy_static! closures for day04..

Note: At some point the puzzles became hard enough that I was getting blocked on the combination of the problem and of the solution-in-rust. Solving the problem was a higher priority for me, so some of the later solutions are currently in python / c.