My solutions for AoC 2022
Stars
12
Forks
0
Watchers
Open Issues
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
95
commits
update deps and add link to AoC 2025 repo
66ceacd
add link to aoc2024
6ee8c87
2024 style refactorings
4bcadb4
add 2023
908b07a
add CI to test Clojure solutions
99f740a
day17.clj: 30% faster with `into` and transducer
b433c30
day16.clj: traverse less times, 30% off
89f4f4f
day16.clj: 15% faster with `transduce` and `into`
4fe278b
day08.clj: 20% faster with `transduce`
5268958
day05.clj: chasing microseconds
302903c
day03.clj: 20% faster
41f2a55
clojure: minor refactorings
2e4df0f
day09.clj: convert 2d coordinate to int, 20% boost
f1e4bf7
day03.clj: `pmap` for a nice 40% boost
a0838e2
day12.clj: 3x faster
65242db