Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 🎄

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