24 lines
917 B
Markdown
24 lines
917 B
Markdown
<h1 align="center">
|
|
<span>Advent of Code 2022</span>
|
|
<br>
|
|
<img width="320" src="https://gitea.redturtle.foo/crayonix/aoc-2022/raw/branch/main/calendar.png?raw=true">
|
|
<br>
|
|
</h1>
|
|
|
|
<h4 align="center">An advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in <a href="https://github.com/search?q=advent+of+code" target="_blank">any</a> programming language you like.</h4>
|
|
|
|
## Problems
|
|
|
|
- [x] Day 1: [Calorie Counting](/day1)
|
|
- [x] Day 2: [Rock Paper Scissors](/day2)
|
|
- [x] Day 3: [Rucksack Reorganization](/day3)
|
|
- [x] Day 4: [Camp Cleanup](/day4)
|
|
- [x] Day 5: [Supply Stacks](/day5)
|
|
- [x] Day 6: [Tuning Trouble](/day6)
|
|
- [x] Day 7: [No Space Left On Device](/day7)
|
|
- [x] Day 8: [Treetop Tree House](/day8)
|
|
- [x] Day 9: [Rope Bridge](/day9)
|
|
- [x] Day 10: [Cathode-Ray Tube](/day10)
|
|
- [ ] Day 11: Monkey in the Middle
|
|
- [ ] Day 12: Hill Climbing Algorithm
|