Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikolay/advent-of-code-2022
Advent of Code (2022)
https://github.com/nikolay/advent-of-code-2022
advent-of-code advent-of-code-2022 advent-of-code-2022-go advent-of-code-go aoc-2022 aoc-2022-in-go aoc-in-go
Last synced: 16 days ago
JSON representation
Advent of Code (2022)
- Host: GitHub
- URL: https://github.com/nikolay/advent-of-code-2022
- Owner: nikolay
- License: mit
- Created: 2022-12-04T06:16:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-25T05:43:53.000Z (about 2 years ago)
- Last Synced: 2024-11-15T02:36:55.811Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2022, advent-of-code-2022-go, advent-of-code-go, aoc-2022, aoc-2022-in-go, aoc-in-go
- Language: Go
- Homepage: https://adventofcode.com/2022
- Size: 162 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Advent of Code (2022)
This repository has my solutions for this year's Advent of Code contest. They may not be pretty or optimal, but although it's hard to beat Python in expressiveness and brevity, I still try to solve the problems as fast as I can in Go.
I only do minor code cleanup after obtaining the stars for the day and do not change the algorithm, regardless of how embarrassing it could be!