Skip to content

janniks/aoc2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solutions for Advent of Code 2021. Not perfect, but mine 🤷‍♂

⌨️ Every solution has been coded using a GergoPlex keyboard, which has been a pleasure to learn my keymap with.

Rust 🦀 Python 🐍 Clojure ☯️
Day 1 1️⃣ 2️⃣ 1️⃣ 2️⃣
Day 2 1️⃣ 2️⃣
Day 3 1️⃣ 2️⃣ 2️⃣
Day 4 1️⃣ 2️⃣
Day 5 1️⃣ 2️⃣
Day 6 1️⃣ 2️⃣
Day 7 1️⃣ 2️⃣
Day 8 1️⃣ 2️⃣ 1️⃣
Day 9 1️⃣ 2️⃣
Day 10 1️⃣ 2️⃣
Day 11 1️⃣ 2️⃣
Day 12 1️⃣ 2️⃣
Day 13 1️⃣ 2️⃣
Rust 🦀 Python 🐍 Clojure ☯️
Day 14 1️⃣ 2️⃣
Day 15 1️⃣ 2️⃣
Day 16
Day 17
Day 18
Day 19
Day 20
Day 21
Day 22
Day 23
Day 24
Day 25
    🎄 🎁 🎅 🦌

I'm trying different languages and styles in these solutions. They might not be perfect (or even somewhat efficient), but they taught me a lot. Some are algorithmic and functional to a fault... When I have less time in the evening solutions might be a weird mix between iterative/simulative and functional.