Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 2.22 KB

README.md

File metadata and controls

23 lines (19 loc) · 2.22 KB

Advent of Code 2024

Task Solution Comment
01 ⭐⭐ The good old AoC is back!
02 ⭐⭐
03 ⭐⭐ The power of regex
04 ⭐⭐ numpy + regex + simple matrix operations
05 ⭐⭐ Topological sorting
06 ⭐⭐ Brute force takes less than 30 secs
07 ⭐⭐ itertools and Cartesian product. Brute force again, sorry.
08 ⭐⭐ Simple vector operations (numpy)
09 Part 1: deque with numpy do it fast
10 ⭐⭐ networkx, kinda similar to Day 15, 2021
11 ⭐⭐ Counter (part 1) and lru_cache (part 2)

Previous years: