Skip to content

blasferna/adventjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

31 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸŽ„ AdventJS Solutions

This repository contains my solutions for the challenges of AdventJS. The solutions are implemented in Python and TypeScript.

🎯 2024 Challenges

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

πŸš€ Project Structure

adventjs/
β”œβ”€β”€ 2024/
β”‚   β”œβ”€β”€ python/
β”‚   β”‚   β”œβ”€β”€ day1/
β”‚   β”‚   β”‚   β”œβ”€β”€ test_2024_day1_solution.py
β”‚   β”‚   β”‚   └── solution.py
β”‚   β”‚   └── day2/
β”‚   └── ts/
β”‚       β”œβ”€β”€ day1/
β”‚       └── day2/

πŸ› οΈ Technologies

  • Python
  • TypeScript

πŸ“ Notes

  • Python solutions include their respective tests.
  • Each solution is placed in its own directory to keep the code organized.

About

My solutions for the challenges of AdventJS

Topics

Resources

Stars

Watchers

Forks