Skip to content

Commit 3c936ac

Browse files
authored
Update README.md
1 parent 92ddde0 commit 3c936ac

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

README.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,30 @@
22
My Python Solutions to [Advent of Code](https://adventofcode.com/)
33

44
## [2022](https://adventofcode.com/2022)
5-
| Day | Part 1 | Part 2 | Code |
6-
| --- |:-------:|:------:|:------:|
7-
|1 ||| [🔗](2022/01/main.py) |
8-
|2 ||| [🔗](2022/02/main.py) |
9-
|3 ||| [🔗](2022/03/main.py) |
10-
|4 ||| [🔗](2022/04/main.py) |
11-
|5 ||| [🔗](2022/05/main.py) |
12-
|6 ||| [🔗](2022/06/main.py) |
5+
| Day | Name | Part 1 | Part 2 | Code |
6+
| --- |----|:-------:|:------:|:------:|
7+
|1|Calorie Counting||| [🔗](2022/01/main.py) |
8+
|2|Rock Paper Scissors||| [🔗](2022/02/main.py) |
9+
|3|Rucksack Reorganization||| [🔗](2022/03/main.py) |
10+
|4|Camp Cleanup||| [🔗](2022/04/main.py) |
11+
|5|Supply Stacks||| [🔗](2022/05/main.py) |
12+
|6|Tuning Trouble||| [🔗](2022/06/main.py) |
1313

1414
## [2021](https://adventofcode.com/2021)
15-
| Day | Part 1 | Part 2 | Code |
16-
| --- |:-------:|:------:|:------:|
17-
|1 ||| [🔗](2021/01/main.py) |
18-
|2 ||| [🔗](2021/02/main.py) |
19-
|3 ||| [🔗](2021/03/main.py) |
20-
|4 ||| [🔗](2021/04/main.py) |
21-
|5 ||| [🔗](2021/05/main.py) |
22-
|6 ||| [🔗](2021/06/main.py) |
23-
|7 ||| [🔗](2021/07/main.py) |
24-
|8 ||| [🔗](2021/08/main.py) |
25-
|9 ||| [🔗](2021/09/main.py) |
26-
|10 ||| [🔗](2021/10/main.py) |
27-
|11 ||| [🔗](2021/11/main.py) |
28-
|12 ||| [🔗](2021/12/main.py) |
29-
|13 ||| [🔗](2021/13/main.py) |
30-
|14 ||| [🔗](2021/14/main.py) |
31-
|15 ||| [🔗](2021/15/main.py) |
15+
| Day | Name | Part 1 | Part 2 | Code |
16+
| --- |------|:-------:|:------:|:------:|
17+
|1 |Sonar Sweep||| [🔗](2021/01/main.py) |
18+
|2 |Dive!||| [🔗](2021/02/main.py) |
19+
|3 |Binary Diagnostic||| [🔗](2021/03/main.py) |
20+
|4 |Giant Squid||| [🔗](2021/04/main.py) |
21+
|5 |Hydrothermal Venture||| [🔗](2021/05/main.py) |
22+
|6 |Lanternfish||| [🔗](2021/06/main.py) |
23+
|7 |The Treachery of Whales||| [🔗](2021/07/main.py) |
24+
|8 |Seven Segment Search||| [🔗](2021/08/main.py) |
25+
|9 |Smoke Basin||| [🔗](2021/09/main.py) |
26+
|10 |Syntax Scoring||| [🔗](2021/10/main.py) |
27+
|11 |Dumbo Octopus||| [🔗](2021/11/main.py) |
28+
|12 |Passage Pathing||| [🔗](2021/12/main.py) |
29+
|13 |Transparent Origami||| [🔗](2021/13/main.py) |
30+
|14 |Extended Polymerization||| [🔗](2021/14/main.py) |
31+
|15 |Chiton||| [🔗](2021/15/main.py) |

0 commit comments

Comments
 (0)