This repository contains my solutions for Advent of Code challenges, with a focus on code readability and documentation.
- Well-Documented Solutions: Each solution comes with detailed comments and TypeScript annotations explaining the approach and implementation
- TypeScript: Solutions are written exclusively in TypeScript for type safety and better development experience
- Bun Runtime: Utilizing Bun for fast execution and modern JavaScript/TypeScript tooling
- Interactive Browser: Built-in solution browser (in
index.ts
) to easily run and view solutions for different days
MIT License - feel free to use this code however you'd like!