An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Advent of Code 2021

![](https://img.shields.io/badge/day%20📅-14-blue)
![](https://img.shields.io/badge/stars%20⭐-28-yellow)

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) |