/AdventOfCode

My Advent Of Code solutions in JavaScript. This repository contains solutions as of 2022

Primary LanguageJavaScriptMIT LicenseMIT

Advent Of Code

🎄 Advent of Code 🎁

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as interview prep, company training, university coursework, practice problems, a speed contest, or to challenge each other. More info

This repo containing my solutions to Advent of Code since 2022.

JavaScript

Informations

For each edition I create a new folder with name YYYY, where YYYY is a specific year.

For each puzzle, there is a directory YYYY/Day DD, where DD is number of the day.

Each puzzle has two levels, inside the folder, there are two files with my solutions, part-one.js and part-two.js and test.js wich testing my solution with example data and prints the results for the production input if test is passed.

In each puzzle I import data from data.txt wich includes input data downloaded from https://adventofcode.com/YYYY/day/D/input and test.data.txt wich are in the content of the task for every day https://adventofcode.com/YYYY/day/D

Progress

Year Status Progress
2022 in progress... 6/25 (24%) 🏗