My solutions for the AoC 2018 challenges, written in Python.
🎄 🎄 🎄
- 🐍 ⚙️ Day 1: Chronal Calibration - Python Solution - Rust Solution
- 🐍 Day 2: Inventory Management System - Python Solution
- 🐍 Day 3: No Matter How You Slice It - Python Solution
- 🐍 Day 4: Repose Record - Python Solution
- 🐍 Day 5: Alchemical Reduction - Python Solution
- 🐍 Day 6: Chronal Coordinates - Python Solution
- 🐍 Day 7: The Sum of Its Parts - Python Solution
- 🐍 Day 8: Memory Maneuver - Python Solution
- 🐍 Day 9: Marble Mania - Python Solution
- 🐍 Day 10: The Stars Align - Python Solution
- 🐍 Day 11: Chronal Charge - Python Solution
- 🐍 Day 12: Subterranean Sustainability - Python Solution
- 🐍 Day 13: Mine Cart Madness - Python Solution
- 🐍 Day 14: Chocolate Charts - Python Solution
- 🐍 Day 15: Beverage Bandits - Python Solution (also check out the 📹 asciinema visualization of this day)
- 🐍 Day 16: Chronal Classification - Python Solution
- 🐍 Day 17: Reservoir Research - Python Solution
- 🐍 Day 18: Settlers of The North Pole - Python Solution
- 🐍 Day 19: Go With The Flow - Python Solution
- 🐍 Day 20: A Regular Map - Python Solution
- 🐍 Day 21: Chronal Conversion - Python Solution
- 🐍 Day 22: Mode Maze - Python Solution
- 🐍 Day 23: Experimental Emergency Teleportation - Python Solution
- 🐍 Day 24: Immune System Simulator 20XX - Python Solution
- 🐍 Day 25: Four-Dimensional Adventure - Python Solution
Package requirements are specified in the requirements.txt file.
pip3 install -r requirements.txt
Package requirements are specified in the Cargo.toml file.
cargo build