sebfisch / AdventOfCode

My solutions for (some) Advent of Code tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code

My solutions for (some) Advent of Code tasks

Goals for 2023

My solutions for 2023 use Zig.

My goal is to learn Zig.

Goals for 2022

My solutions for 2022 use Java 19.

I have the following goals, in order of priority.

  1. Write idiomatic code showcasing appropriate language features.
  2. Solve every puzzle in a single file using only standard libraries.
  3. Implement asymptotically optimal algorithms regarding both time and space requirements. In particular, do not unnecessarily hold onto the puzzle input in memory.

About

My solutions for (some) Advent of Code tasks

License:Apache License 2.0


Languages

Language:Java 57.2%Language:Zig 41.7%Language:Dockerfile 0.6%Language:Shell 0.6%