Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/phartenfeller/advent-of-code-2021

My solutions for advent of code 2021 in Go
https://github.com/phartenfeller/advent-of-code-2021

advent-of-code advent-of-code-2021 advent-of-code-2021-go

Last synced: 3 days ago
JSON representation

My solutions for advent of code 2021 in Go

Awesome Lists containing this project

README

        

# advent-of-code-2021

## Solutions

- [Day 1: Sonar Sweep](./src/01/sonar_sweep.go)
- [Day 2: Dive!](./src/02/dive.go)
- [Day 3: Binary Diagnostic](./src/03/binary_diagnostic.go)
- [Day 4: Giant Squid](./src/04/giant_squid.go)
- [Day 5: Hydrothermal Venture](./src/05/hydrothermal_venture.go)
- [Day 6: Lanternfish](./src/06/lanternfish.go)
- [Day 7: The Treachery of Whales](./src/07/whales.go)
- [Day 8: Seven Segment Search](./src/08/seven_segment_search.go)
- [Day 9: Smoke Basin](./src/09/smoke_basin.go)
- [Day 10: Syntax Scoring](./src/10/syntax_scoring.go)
- [Day 11: Dumbo Octopus](./src/11/dumbo_octopus.go)
- [Day 12: Passage Pathing](./src/12/passage_pathing.go)
- [Day 13: Transparent Origami](./src/13/transparent_origami.go)