Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruegerj/aoc-2022
2022 Advent of Code 🎄
https://github.com/ruegerj/aoc-2022
advent-of-code golang
Last synced: 27 days ago
JSON representation
2022 Advent of Code 🎄
- Host: GitHub
- URL: https://github.com/ruegerj/aoc-2022
- Owner: ruegerj
- License: cc0-1.0
- Created: 2022-11-29T15:38:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-20T14:16:12.000Z (about 2 years ago)
- Last Synced: 2024-06-19T19:31:46.073Z (7 months ago)
- Topics: advent-of-code, golang
- Language: Go
- Homepage: https://adventofcode.com/2022
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🎄 Advent of Code 2022
Solutions for this years [Advent of Code](https://adventofcode.com/2022), implemented in GoLang.
- [Day-01](https://github.com/ruegerj/aoc-2022/blob/main/day-01/day01.go): Calorie Counting
- [Day-02](https://github.com/ruegerj/aoc-2022/blob/main/day-02/day02.go): Rock Paper Scissors
- [Day-03](https://github.com/ruegerj/aoc-2022/blob/main/day-03/day03.go): Rucksack Reorganization
- [Day-04](https://github.com/ruegerj/aoc-2022/blob/main/day-04/day04.go): Camp Cleanup
- [Day-05](https://github.com/ruegerj/aoc-2022/blob/main/day-05/day05.go): Supply Stacks
- [Day-06](https://github.com/ruegerj/aoc-2022/blob/main/day-06/day06.go): Tuning Trouble
- [Day-07](https://github.com/ruegerj/aoc-2022/blob/main/day-07/day07.go): No Space Left On Device
- [Day-08](https://github.com/ruegerj/aoc-2022/blob/main/day-08/day08.go): Treetop Tree House
- [Day-09](https://github.com/ruegerj/aoc-2022/blob/main/day-09/day09.go): Rope Bridge
- [Day-10](https://github.com/ruegerj/aoc-2022/blob/main/day-10/day10.go): Cathode-Ray Tube
- [Day-11](https://github.com/ruegerj/aoc-2022/blob/main/day-11/day11.go): Monkey in the Middle
- [Day-12](https://github.com/ruegerj/aoc-2022/blob/main/day-12/day12.go): Hill Climbing Algorithm
- [Day-13](https://github.com/ruegerj/aoc-2022/blob/main/day-13/day13.go): Distress Signal
- [Day-14](https://github.com/ruegerj/aoc-2022/blob/main/day-14/day14.go): Regolith Reservoir
- [Day-15](https://github.com/ruegerj/aoc-2022/blob/main/day-15/day15.go): Beacon Exclusion Zone