Skip to content

Commit

Permalink
[2022][day 15] adding part 2 solution
Browse files Browse the repository at this point in the history
  • Loading branch information
IAjimi committed Dec 15, 2022
1 parent 941b357 commit 12649df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 2022/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ This repository contains Python solutions to the 2022 edition of [Advent of Code
| [12](https://adventofcode.com/2022/day/12) | **Hill Climbing Algorithm** | [:star::star:](https://github.com/IAjimi/AdventOfCode/blob/master/2022/AOC12.py) |
| [13](https://adventofcode.com/2022/day/13) | **Distress Signal** | [:star::star:](https://github.com/IAjimi/AdventOfCode/blob/master/2022/AOC13.py) |
| [14](https://adventofcode.com/2022/day/14) | **Regolith Reservoir** | [:star::star:](https://github.com/IAjimi/AdventOfCode/blob/master/2022/AOC14.py) |
| [15](https://adventofcode.com/2022/day/15) | **Beacon Exclusion Zone** | [:star::star:](https://github.com/IAjimi/AdventOfCode/blob/master/2022/AOC15.py) |

0 comments on commit 12649df

Please sign in to comment.