Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/phartenfeller/advent-of-code-2021
- Owner: phartenfeller
- License: mit
- Created: 2021-12-02T07:47:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-14T10:02:31.000Z (about 3 years ago)
- Last Synced: 2025-01-06T02:19:31.476Z (9 days ago)
- Topics: advent-of-code, advent-of-code-2021, advent-of-code-2021-go
- Language: Go
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)