thejan14 / adventofcode2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

visitors

Advent of Code 2022

Welcome to my Advent of Code 2022 contribution! The solutions are written in JavaScript using Node.js. When writing the solutions code I primarily aim for readability but try to always keep performance considerations in mind (thought the latter strongly depends on how much time I can spend). Happy reading!

What is Advent of Code?

Advent of code is made by Eric Wastl.

[It 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 a speed contest, interview prep, company training, university coursework, practice problems, or to challenge each other.

For more information see about Advent of Code.

Running the solutions

For running the code you need the Node.js runtime installed. Run the code via

node dayXX/partX.js

You can also have a look at my repl at https://repl.it/@thejan14/adventofcode2022 to run and fiddle with the soltions right away!

About


Languages

Language:JavaScript 99.9%Language:Nix 0.1%