This repository has been archived on 2025-02-04 . You can view files and clone it, but cannot push or open issues or pull requests.
Advent of Code 2023
Not really going for points here, just for fun :).
I'll probably try to vary languages a bit to get some variety.
Notes
- I try not to use regex if I can help it (regex kinda takes the fun out of it and is harder to optimise if you are actually going for performance).
- Solutions are tidied up a bit, but not a lot. So this is definitely nowhere close being elegant code in a lot of cases.
Solutions
Day 1
Language: Python 3.12 (generics used)
Day 2
Language: Python 3
Day 3
Language: TypeScript (Deno) Note: This one was re-written because what I initially wrote belongs on r/programminghorror.
Day 4
Language: Golang
Description
Languages
Lua
16.2%
Kotlin
13.9%
Java
12.4%
Python
11.3%
TypeScript
10.6%
Other
35.6%