Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/raphaelpour/aoc2022
- Owner: RaphaelPour
- License: gpl-3.0
- Created: 2022-11-17T19:37:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T15:14:54.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T02:05:22.732Z (over 1 year ago)
- Language: Go
- Size: 769 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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