I plan to solve the puzzles in Deno because fit's the standard library I'm fastest with at the moment, though I could probably also reach for Go.
Solved On | Puzzle Day | Commit |
---|---|---|
2024-12-03 | Day 1 | (f0eb8df) |
2024-12-03 | Day 2 | (4b8cf72) |
2024-12-03 | Day 3 | (66140bc) |
2024-12-04 | Day 4 | (5a8d01b) |
2024-12-05 | Day 5 | (60304a9) |
2024-12-09 | Day 6 | (24ad40b) |
2024-12-09 | Day 7 | (3f4e174) |
2024-12-09 | Day 8 | (4849ef6) |
2024-12-10 | Day 10 | (c829d26) |
2024-12-10 | Day 9 | (53a5220) |
2024-12-11 | Day 11 | (5e5196d) |
2024-12-17 | Day 12 | (1454059) |
2024-12-18 | Day 13 | (86ddf8c) |
2024-12-19 | Day 14 | (a9a3b53) |
2024-12-23 | Day 15 | (9c6c8e1) |
Interesting to me, that is, pertaining to this year's AoC as I solve it.
-
Deno Contest: https://github.com/denoland/advent-of-code-2024
-
Mix of languages C, Java, Python, Rust: https://github.com/Friends-of-AoC/Advent-of-Code-2024-exchange
-
Interesting stats: https://jeroenheijmans.github.io/advent-of-code-surveys/
-
Here are some repos with nice Deno answers:
- https://github.com/mabenj/aoc-deno-ts: I tend to look at this one when I'm done and say, Wow, I should've thought of that. Terse and to the point.
- https://github.com/davidanastasov/advent-of-code
-
Libs I could use:
- https://mobily.github.io/ts-belt/ maybe? for array manipulation
- https://github.com/digitsensitive/astar-typescript
- https://github.com/craigdallimore/a-star
- https://github.com/ciaranashton/graphs-adt
- https://github.com/theAlgorithmist/AStar-Waypoints, also refs reading https://www.cs.utexas.edu/~fussell/courses/cs378/lectures/cs378-20.pdf
- https://github.com/JSuder-xx/abstract-astar
- https://github.com/evilkiwi/astar