https://github.com/windos/advent-of-code-2021
My Advent of Code 2021 PowerShell Solutions
https://github.com/windos/advent-of-code-2021
Last synced: about 2 months ago
JSON representation
My Advent of Code 2021 PowerShell Solutions
- Host: GitHub
- URL: https://github.com/windos/advent-of-code-2021
- Owner: Windos
- License: apache-2.0
- Created: 2021-11-30T23:21:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-14T21:35:44.000Z (over 4 years ago)
- Last Synced: 2025-01-11T08:48:55.383Z (over 1 year ago)
- Language: PowerShell
- Size: 61.5 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2021


My Advent of Code 2021 PowerShell Solutions.
| Day | Puzzle | Solution |
|-----|-----------------------------------------------------------------|------------------------------------------------------------------------|
| 01 | [Sonar Sweep](https://adventofcode.com/2021/day/1) | [Part 1](src/Day01/Day01-1.ps1) | [Part 2](src/Day01/Day01-2.ps1) |
| 02 | [Dive!](https://adventofcode.com/2021/day/2) | [Part 1](src/Day02/Day02-1.ps1) | [Part 2](src/Day02/Day02-2.ps1) |
| 03 | [Binary Diagnostic](https://adventofcode.com/2021/day/3) | [Part 1](src/Day03/Day03-1.ps1) | [Part 2](src/Day03/Day03-2.ps1) |
| 04 | [Giant Squid](https://adventofcode.com/2021/day/4) | [Part 1](src/Day04/Day04-1.ps1) | [Part 2](src/Day04/Day04-2.ps1) |
| 05 | [Hydrothermal Venture](https://adventofcode.com/2021/day/5) | [Part 1 & 2](src/Day05/Day05-1.ps1) |
| 06 | [Lanternfish](https://adventofcode.com/2021/day/6) | [Part 1 & 2](src/Day06/Day06-1.ps1) |
| 07 | [The Treachery of Whales](https://adventofcode.com/2021/day/7) | [Part 1](src/Day07/Day07-1.ps1) | [Part 2](src/Day07/Day07-2.ps1) |
| 08 | [Seven Segment Search](https://adventofcode.com/2021/day/8) | [Part 1](src/Day08/Day08-1.ps1) | [Part 2](src/Day08/Day08-2.ps1) |
| 09 | [Smoke Basin](https://adventofcode.com/2021/day/9) | [Part 1](src/Day09/Day09-1.ps1) | [Part 2](src/Day09/Day09-2.ps1) |
| 10 | [Syntax Scoring](https://adventofcode.com/2021/day/10) | [Part 1](src/Day10/Day10-1.ps1) | [Part 2](src/Day10/Day10-2.ps1) |
| 11 | [Dumbo Octopus](https://adventofcode.com/2021/day/11) | [Part 1](src/Day11/Day11-1.ps1) | [Part 2](src/Day11/Day11-2.ps1) |
| 12 | [Passage Pathing](https://adventofcode.com/2021/day/12) | [Part 1](src/Day12/Day12-1.ps1) | [Part 2](src/Day12/Day12-2.ps1) |
| 13 | [Transparent Origami](https://adventofcode.com/2021/day/13) | [Part 1 & 2](src/Day13/Day13-1.ps1) |
| 14 | [Extended Polymerization](https://adventofcode.com/2021/day/14) | [Part 1 & 2](src/Day14/Day14-1.ps1) |