https://github.com/mawrkus/advent-of-code-2022
🎄 My JavaScript solutions for the Advent of Code 2022 programming puzzles.
https://github.com/mawrkus/advent-of-code-2022
Last synced: 7 months ago
JSON representation
🎄 My JavaScript solutions for the Advent of Code 2022 programming puzzles.
- Host: GitHub
- URL: https://github.com/mawrkus/advent-of-code-2022
- Owner: mawrkus
- Created: 2022-12-01T21:47:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T23:36:32.000Z (almost 3 years ago)
- Last Synced: 2025-01-12T11:46:26.827Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 186 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎄 Advent of Code 2022 🎄
My JavaScript solutions for the [Advent of Code 2022](https://adventofcode.com/2022) programming puzzles.
Big ups to [Eric Wastl](https://twitter.com/ericwastl) for organising this event every year!
| Day | Status |
| :--- | :---: |
| [Day 1: Calorie Counting](./day01) | ⭐⭐ |
| [Day 2: Rock Paper Scissors](./day02) | ⭐⭐ |
| [Day 3: Rucksack Reorganization](./day03) | ⭐⭐ |
| [Day 4: Camp Cleanup](./day04) | ⭐⭐ |
| [Day 5: Supply Stacks](./day05) | ⭐⭐ |
| [Day 6: Tuning Trouble](./day06) | ⭐⭐ |
| [Day 7: No Space Left On Device](./day07) | ⭐⭐ |
| [Day 8: Treetop Tree House](./day08) | ⭐⭐ |
| [Day 9: Rope Bridge](./day09) | ⭐⭐ |
| [Day 10: Cathode-Ray Tube](./day10) | ⭐⭐ |
| [Day 11: Monkey in the Middle](./day11) | ⭐⭐ |
| [Day 12: Hill Climbing Algorithm](./day12) | ⭐⭐ |
| [Day 13: Distress Signal](./day13) | ⭐⭐ |
| [Day 14: Regolith Reservoir](./day14) | ⭐⭐ |
| [Day 15: Beacon Exclusion Zone](./day15) | ⭐⭐ |
| [Day 16: Proboscidea Volcanium](./day16) | 🧠🧠 |
| [Day 17: Pyroclastic Flow](./day17) | ⭐⭐ |
| [Day 18: Boiling Boulders](./day18) | ⭐⭐ |
| [Day 19: Not Enough Minerals](./day19) | 🧠🧠 |
| [Day 20: Grove Positioning System](./day20) | 🧠🧠 |
| [Day 21: Monkey Math](./day21) | ⭐⭐ |
| [Day 22: Monkey Map](./day22) | ⭐⭐ |
| [Day 23: Unstable Diffusion](./day23) | ⭐⭐ |
| [Day 24: Blizzard Basin](./day24) | 🧠🧠 |
| [Day 25: Full of Hot Air](./day25) | 🧠🧠 |