Skip to content

Latest commit

Β 

History

History
16 lines (9 loc) Β· 781 Bytes

README.md

File metadata and controls

16 lines (9 loc) Β· 781 Bytes

πŸŽ„ Advent of Code Solutions

This repository contains my solutions for Advent of Code challenges, with a focus on code readability and documentation.

✨ Key Features

  • 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

πŸ“ License

MIT License - feel free to use this code however you'd like!