advent-of-code
advent-of-code copied to clipboard
🎄 Advent of Code 2019-2021 solutions in Panda language. Collection of sources that solve algorithm-like puzzles and test basic usage of experimental interpreted language for JVM.
Advent of Code
Advent of Code 2019-2021 in Panda
Background
The aim of project is to explore the pre-alpha version of Panda language. Implementations of various programming puzzles should expose vulnerabilities, bugs and ill-thought-out solutions.
Run
git clone https://github.com/dzikoysk/advent-of-code.git
cd <year>
./run.sh <day> <user>
Progress
| Day | Name | Panda |
|---|---|---|
| - | Advent of Code 2021 | - |
| 01 | Sonar Sweep | ✓ |
| 02 | Dive! | ✓ |
| 03 | Binary Diagnostic | ✓ |
| 0N | ||
| - | Advent of Code 2020 | - |
| 01 | Report Repair | ✓ |
| 02 | Password Philosophy | ✓ |
| 03 | Toboggan Trajectory | ✓ |
| 04 | Passport Processing | ✓ |
| 05 | Binary Boarding | ✓ |
| 06 | Custom Customs | ✓ |
| 07 | Handy Haversacks | ✓ |
| 08 | Handheld Halting | ✓ |
| 09 | Encoding Error | ✓ |
| 10 | Adapter Array | ½ |
| 11 | Seating System | - |
| ... | Again lack of time 😳 | ... |
| - | Advent of Code 2019 | - |
| 01 | The Tyranny of the Rocket Equation | ✓ |
| 02 | 1202 Program Alarm | ✓ |
| 03 | Crossed Wires | ✓ |
| 04 | Secure Container | ✓ |
| 05 | Sunny with a Chance of Asteroids | ✓ |
| 06 | Universal Orbit Map | ✓ |
| 07 | Amplification Circuit | ✓ |
| 08 | Space Image Format | ✓ |
| 09 | Sensor Boost | ✓ |
| 10 | Monitoring Station | ½ |
| 11 | Space Police | - |
| ... | Lack of time :< | ... |