Skip to content

Nicolas-Guasch/advent-solver

Repository files navigation

AdventSolver

My solutions to the popular yearly coding challenge known as Advent of Code.

In this repository you may find a collection of TypeScript implementations of my solutions alongside a web application dashboard in which to run them.

A snapshot of the web dashboard, set to solve the first day of 2023

The code for each day can be found in src/solutions. Some implementations may make assumptions about the expected input that might not be explicitly stated as a constraint by Advent of Code, based on observations of my personal input files. Whenever possible, a broader input range is taken into account.

Currently, the solutions to the following challenges are present:

  • 2023: Up to day 12.
  • 2024: Check back next month :)

In order to use the dashboard you must provide your own inputs, as no input files are included by default. Simply copy each day to public/input-files/2023 under the name day1.txt, day2.txt, day3.txt, etc.

This project was generated with Angular CLI version 18.2.3.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published