An open API service indexing awesome lists of open source software.

https://github.com/dzikoysk/advent-of-code

🎄 Advent of Code 2019-2024 solutions in Panda language. Collection of sources that solve algorithm-like puzzles and test basic usage of experimental interpreted language for JVM.
https://github.com/dzikoysk/advent-of-code

advent-of-code adventofcode aoc panda-lang

Last synced: 7 months ago
JSON representation

🎄 Advent of Code 2019-2024 solutions in Panda language. Collection of sources that solve algorithm-like puzzles and test basic usage of experimental interpreted language for JVM.

Awesome Lists containing this project

README

          

# Advent of Code
[Advent of Code 2019-2024](https://adventofcode.com/) in [Panda](https://github.com/panda-lang/panda)

### Background
The aim of project is to explore the pre-alpha version of [Panda](https://github.com/panda-lang/panda) language.
Implementations of various programming puzzles should expose vulnerabilities, bugs and ill-thought-out solutions.

### Run
```bash
git clone https://github.com/dzikoysk/advent-of-code.git

cd
./run.sh
```

### Progress

#### 2024

| Day | Name | Panda |
|:---:|:----------------------------------------------------------|:-----:|
| - | Advent of Code 2024 | 0.5.2 |
| 01 | [Historian Hysteria](https://adventofcode.com/2024/day/1) | ✓ |
| 02 | [Red-Nosed Reports](https://adventofcode.com/2024/day/2) | ✓ |

#### 2023-2022

| Day | Name | Panda |
|:---:|:--------------------|:-----------:|
| > | Advent of Code 2023 | 0.5.2-alpha |
| * | _Nope_ | ... |
| > | Advent of Code 2022 | - |
| * | _Nope_ | ... |

#### 2021

| Day | Name | Panda |
|:---:|:---------------------------------------------------------|:-------------------------:|
| > | Advent of Code 2021 | 0.5.0-alpha - 0.5.2-alpha |
| 01 | [Sonar Sweep](https://adventofcode.com/2021/day/1) | ✓ |
| 02 | [Dive!](https://adventofcode.com/2021/day/2) | ✓ |
| 03 | [Binary Diagnostic](https://adventofcode.com/2021/day/3) | ✓ |
| * | _Nope_ | ... |

#### 2020

| Day | Name | Panda |
|:---:|:-----------------------------------------------------------|:-----------:|
| > | Advent of Code 2020 | 0.1.3-alpha |
| 01 | [Report Repair](https://adventofcode.com/2020/day/1) | ✓ |
| 02 | [Password Philosophy](https://adventofcode.com/2020/day/2) | ✓ |
| 03 | [Toboggan Trajectory](https://adventofcode.com/2020/day/3) | ✓ |
| 04 | [Passport Processing](https://adventofcode.com/2020/day/4) | ✓ |
| 05 | [Binary Boarding](https://adventofcode.com/2020/day/5) | ✓ |
| 06 | [Custom Customs](https://adventofcode.com/2020/day/6) | ✓ |
| 07 | [Handy Haversacks](https://adventofcode.com/2020/day/7) | ✓ |
| 08 | [Handheld Halting](https://adventofcode.com/2020/day/8) | ✓ |
| 09 | [Encoding Error](https://adventofcode.com/2020/day/9) | ✓ |
| 10 | [Adapter Array](https://adventofcode.com/2020/day/10) | ½ |
| 11 | [Seating System](https://adventofcode.com/2020/day/11) | - |
| * | Again lack of time 😳 | ... |

#### 2019

| Day | Name | Panda |
|:---:|:--------------------------------------------------------------------------|:--------------:|
| > | Advent of Code 2019 | indev-19.12.12 |
| 01 | [The Tyranny of the Rocket Equation](https://adventofcode.com/2019/day/1) | ✓ |
| 02 | [1202 Program Alarm](https://adventofcode.com/2019/day/2) | ✓ |
| 03 | [Crossed Wires](https://adventofcode.com/2019/day/3) | ✓ |
| 04 | [Secure Container](https://adventofcode.com/2019/day/4) | ✓ |
| 05 | [Sunny with a Chance of Asteroids](https://adventofcode.com/2019/day/5) | ✓ |
| 06 | [Universal Orbit Map](https://adventofcode.com/2019/day/6) | ✓ |
| 07 | [Amplification Circuit](https://adventofcode.com/2019/day/7) | ✓ |
| 08 | [Space Image Format](https://adventofcode.com/2019/day/8) | ✓ |
| 09 | [Sensor Boost](https://adventofcode.com/2019/day/9) | ✓ |
| 10 | [Monitoring Station](https://adventofcode.com/2019/day/10) | ½ |
| 11 | [Space Police](https://adventofcode.com/2019/day/11) | - |
| * | Lack of time :< | ... |