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