https://github.com/kfl/adventofcode_2022
Advent of Code 2022
https://github.com/kfl/adventofcode_2022
Last synced: 8 months ago
JSON representation
Advent of Code 2022
- Host: GitHub
- URL: https://github.com/kfl/adventofcode_2022
- Owner: kfl
- License: mit
- Created: 2022-12-01T19:55:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-18T10:18:25.000Z (over 2 years ago)
- Last Synced: 2023-10-18T11:28:26.040Z (over 2 years ago)
- Language: Haskell
- Size: 216 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Advent of Code - 2022
=====================
Some solutions for [Advent of Code, 2022](https://adventofcode.com/2022).
The current ambitions are:
* Keep pace, solve both parts of the daily puzzle on the day it is
posted.
* Set a time box of max 1 hour per day.
* Have some fun
* Use at least seven different languages. Languages used so far: SML,
Haskell, Rust, OCaml, Python, F#, C++, C.
See [my notes](./notes.md) for a log of reflections for the daily
puzzles (contains spoilers).
Other self-imposed rules:
* Leave my first solutions as they where during the event (some light
clean up is allowed). Still, it is allowed to _add_ alternative
solutions or implementations in different languages.
* The solution for each day should be self-contained. That is, it is
OK to use extra packages for a given language, but I don't want to
make my own AoC library or framework.