https://github.com/mawrkus/advent-of-code-2021
🎄 My JavaScript solutions for the Advent of Code 2021 programming puzzles.
https://github.com/mawrkus/advent-of-code-2021
advent-of-code advent-of-code-2021
Last synced: 4 months ago
JSON representation
🎄 My JavaScript solutions for the Advent of Code 2021 programming puzzles.
- Host: GitHub
- URL: https://github.com/mawrkus/advent-of-code-2021
- Owner: mawrkus
- Created: 2021-11-29T19:55:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-25T18:57:08.000Z (almost 4 years ago)
- Last Synced: 2025-03-08T21:41:07.665Z (7 months ago)
- Topics: advent-of-code, advent-of-code-2021
- Language: JavaScript
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎄 Advent of Code 2021 🎄
My JavaScript solutions for the [Advent of Code 2021](https://adventofcode.com/2021) programming puzzles.
Big ups to [Eric Wastl](https://twitter.com/ericwastl) for organising this event every year!
| Day | Status |
| :--- | :---: |
| [Day 1: Sonar Sweep](./day01) | ⭐⭐ |
| [Day 2: Dive!](./day02) | ⭐⭐ |
| [Day 3: Binary Diagnostic](./day03) | ⭐⭐ |
| [Day 4: Giant Squid](./day04) | ⭐⭐ |
| [Day 5: Hydrothermal Venture](./day05) | ⭐⭐ |
| [Day 6: Lanternfish](./day06) | ⭐⭐ |
| [Day 7: The Treachery of Whales](./day07) | ⭐⭐ |
| [Day 8: Seven Segment Search](./day08) | ⭐⭐ |
| [Day 9: Smoke Basin](./day09) | ⭐⭐ |
| [Day 10: Syntax Scoring](./day10) | ⭐⭐ |
| [Day 11: Dumbo Octopus](./day11) | ⭐⭐ |
| [Day 12: Passage Pathing](./day12) | ⭐⭐ |
| [Day 13: Transparent Origami](./day13) | ⭐⭐ |
| [Day 14: Extended Polymerization](./day14) | ⭐⭐ |
| [Day 15: Chiton](./day15) | ⭐⭐ |
| [Day 16: Packet Decoder](./day16) | ⭐⭐ |
| [Day 17: Trick Shot](./day17) | ⭐⭐ |
| [Day 18: Snailfish](./day18) | ⭐⭐ |
| [Day 19: Beacon Scanner](./day19) | ⭐⭐ |
| [Day 20: Trench Map](./day20) | ⭐⭐ |
| [Day 21: Dirac Dice](./day21) | ⭐⭐ |
| [Day 22: Reactor Reboot](./day22) | 🧠 |
| [Day 23: Amphipod](./day23) | 🧠 |
| [Day 24: Arithmetic Logic Unit](./day24) | 🧠 |
| [Day 25: Sea Cucumber](./day25) | 🧠 |This year, I've managed to complete Day 1 → Day 21 before Christmas.