Skip to content

πŸŽ„ 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.

License

dzikoysk/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

76 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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 :< ...

About

πŸŽ„ 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.

Topics

Resources

License

Stars

Watchers

Forks

Languages