Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/raphaelpour/aoc2022

Advent of Code solutions for 2022 in Golang
https://github.com/raphaelpour/aoc2022

Last synced: 18 days ago
JSON representation

Advent of Code solutions for 2022 in Golang

Awesome Lists containing this project

README

        

# AoC 2022

## Issues

- day 16: search doesn't terminate
- day 17: tetris doesn't terminate, no good cache possibility/pattern detected
- day 19: search doesn't terminate
- day 20: doesn't work although example works and no logic error found
- day 22: skipped part 2 with cube since no obvious side mapping has been found
so far
- day 23: next-gernation transition doesn't work properly
- day 24: not started