This repository contains my solutions for the challenges of AdventJS. The solutions are implemented in Python and TypeScript.
Day | Difficulty | Python | TypeScript | Javascript |
---|---|---|---|---|
01 | Easy | Solution | - | - |
02 | Easy | Solution | - | - |
03 | Easy | Solution | - | - |
04 | Medium | Solution | - | - |
05 | Easy | Solution | - | - |
06 | Medium | Solution | - | - |
07 | Medium | Solution | - | - |
08 | Easy | Solution | - | - |
09 | Medium | solution | - | solution |
10 | Medium | solution | - | solution |
11 | Easy | solution | - | solution |
12 | Easy | solution | - | solution |
13 | Hard | solution | - | solution |
14 | Easy | solution | - | - |
15 | Easy | solution | - | solution |
16 | Easy | solution | - | - |
17 | Medium | solution | - | solution |
18 | Hard | solution | - | - |
adventjs/
├── 2024/
│ ├── python/
│ │ ├── day1/
│ │ │ ├── test_2024_day1_solution.py
│ │ │ └── solution.py
│ │ └── day2/
│ └── ts/
│ ├── day1/
│ └── day2/
- Python
- TypeScript
- Python solutions include their respective tests.
- Each solution is placed in its own directory to keep the code organized.