kfl / adventofcode_2022

Advent of Code 2022

Repository from Github https://github.comkfl/adventofcode_2022Repository from Github https://github.comkfl/adventofcode_2022

Advent of Code - 2022

Some solutions for Advent of Code, 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 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.

About

Advent of Code 2022

License:MIT License


Languages

Language:Haskell 55.5%Language:OCaml 11.3%Language:C++ 11.2%Language:C 6.5%Language:Python 5.1%Language:Standard ML 3.7%Language:Rust 3.6%Language:F# 2.7%Language:Makefile 0.4%