Welcome to my "Advent of Code" repository! This repository contains my solutions to the Advent of Code challenges, implemented exclusively in JavaScript.
To run the solutions, follow these steps:
- Provide your own
input.txt
file. This input file is not shared in the repository due to Advent of Code's rules. - Use your preferred JavaScript runtime (Node, Deno, Bun) to execute the file. All should work without any issues.
Some solutions might create a 2D render called "visualization.txt" which is best viewed in a browser, due to their ability to zoom out.
This repository is for educational purposes and to share my approach to solving the Advent of Code challenges. Feel free to explore, modify, and use any code you find here for your own learning and projects.