Skip to content

Latest commit

 

History

History
74 lines (40 loc) · 2.56 KB

README.md

File metadata and controls

74 lines (40 loc) · 2.56 KB

Advent of Code

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as a speed contest, interview prep, company training, university coursework, practice problems, or to challenge each other.

I solve all the problems in Rust and sometimes use some other interesting languages.

2024 completed

  • day14: define meaningful images mathematically
  • day17: this is a search problem that we can solve by Dijkstra nicely
  • day18: bisect
  • day24: a variant of search problem with a shallow but vast search space requiring mathematical intuition or analysis

2023 completed

"スクリーンショット 2023-12-28 15 55 59

2022 completed

スクリーンショット 2022-12-25 14 44 40

2021 completed

2020 completed

2019 completed

2018 completed

2017 completed

2016 completed

2015 completed