Skip to content

Maxim-Mazurok/advent-of-code

Repository files navigation

Advent Of Code - TypeScript Solutions

These are my TypeScript solutions for the Advent of Code challenges. This is not supposed to be a guide or a reference, but rather a place to store my solutions and track my progress.

Structure examples

year/day/part structure is used

For simple problems:

For more challenging problems (for example, for the 9th day challenge of 2023 year):

Usage

  1. git clone https://github.com/Maxim-Mazurok/advent-of-code
  2. (optional) nvm i - or use any other node version manager of choice
  3. npm i
  4. npm start

To run a standalone script, use:

npx -y tsx 2023/9/1.ts

About

These are my TypeScript solutions for the Advent of Code challenges

Topics

Resources

Stars

Watchers

Forks