-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
17 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
# ❄️❄️❄️ Advent of Code 2024 ❄️❄️❄️ | ||
|
||
| Day | Title | Code | Tests | Tags | Difficulty | Visual | | ||
|----------------------------------------------|-----------------------|------------------------|------------------------------|---------------------------------------------------|------------|--------| | ||
| [Day 1](https://adventofcode.com/2024/day/1) | Historian Hysteria | [code](day01/day01.ts) | [tests](day01/day01.test.ts) | num list comparison, abs value | 🧊 | | | ||
| [Day 2](https://adventofcode.com/2024/day/2) | Red-Nosed Reports | [code](day02/day02.ts) | [tests](day02/day02.test.ts) | increasing/decreasing num list, deltas | 🧊 | | | ||
| [Day 3](https://adventofcode.com/2024/day/3) | Mull It Over | [code](day03/day03.ts) | [tests](day03/day03.test.ts) | regex, compiler | 🧊 | | | ||
| [Day 4](https://adventofcode.com/2024/day/4) | Ceres Search | [code](day04/day04.ts) | [tests](day04/day04.test.ts) | grid, crosswords | 🧊🧊 | | | ||
| [Day 5](https://adventofcode.com/2024/day/5) | Print Queue | [code](day05/day05.ts) | [tests](day05/day05.test.ts) | graph, topological sort, Kahn's | 🧊🧊🧊 | | | ||
| [Day 6](https://adventofcode.com/2024/day/6) | Guard Gallivant | [code](day06/day06.ts) | [tests](day06/day06.test.ts) | grid, move & turn, detect loops | 🧊🧊 | | | ||
| [Day 7](https://adventofcode.com/2024/day/7) | Bridge Repair | [code](day07/day07.ts) | [tests](day07/day07.test.ts) | equations, combos of + * \|\|, binary and ternary | 🧊🧊 | | | ||
| [Day 8](https://adventofcode.com/2024/day/8) | Resonant Collinearity | [code](day08/day08.ts) | [tests](day08/day08.test.ts) | grid, Manhattan distance | 🧊🧊 | | | ||
| [Day 9](https://adventofcode.com/2024/day/9) | Disk Fragmented | [code](day09/day09.ts) | [tests](day09/day09.test.ts) | disk fragmenting | 🧊🧊🧊 | | | ||
| Day | Title | Code | Tests | Tags | Difficulty | Visual | | ||
|------------------------------------------------|-----------------------|------------------------|------------------------------|---------------------------------------------------|------------|--------| | ||
| [Day 1](https://adventofcode.com/2024/day/1) | Historian Hysteria | [code](day01/day01.ts) | [tests](day01/day01.test.ts) | num list comparison, abs value | 🧊 | | | ||
| [Day 2](https://adventofcode.com/2024/day/2) | Red-Nosed Reports | [code](day02/day02.ts) | [tests](day02/day02.test.ts) | increasing/decreasing num list, deltas | 🧊 | | | ||
| [Day 3](https://adventofcode.com/2024/day/3) | Mull It Over | [code](day03/day03.ts) | [tests](day03/day03.test.ts) | regex, compiler | 🧊 | | | ||
| [Day 4](https://adventofcode.com/2024/day/4) | Ceres Search | [code](day04/day04.ts) | [tests](day04/day04.test.ts) | grid, crosswords | 🧊🧊 | | | ||
| [Day 5](https://adventofcode.com/2024/day/5) | Print Queue | [code](day05/day05.ts) | [tests](day05/day05.test.ts) | graph, topological sort, Kahn's | 🧊🧊🧊 | | | ||
| [Day 6](https://adventofcode.com/2024/day/6) | Guard Gallivant | [code](day06/day06.ts) | [tests](day06/day06.test.ts) | grid, move & turn, detect loops | 🧊🧊 | | | ||
| [Day 7](https://adventofcode.com/2024/day/7) | Bridge Repair | [code](day07/day07.ts) | [tests](day07/day07.test.ts) | equations, combos of + * \|\|, binary and ternary | 🧊🧊 | | | ||
| [Day 8](https://adventofcode.com/2024/day/8) | Resonant Collinearity | [code](day08/day08.ts) | [tests](day08/day08.test.ts) | grid, Manhattan distance | 🧊🧊 | | | ||
| [Day 9](https://adventofcode.com/2024/day/9) | Disk Fragmented | [code](day09/day09.ts) | [tests](day09/day09.test.ts) | disk fragmenting | 🧊🧊🧊 | | | ||
| [Day 10](https://adventofcode.com/2024/day/10) | Hoof It | [code](day10/day10.ts) | [tests](day10/day10.test.ts) | topographic map, bfs, dfs | 🧊🧊 | | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters