See https://adventofcode.com/ for further details.
Before you can run the project, you have to install the dependencies via:
npm install
In order to start the project, run:
npm start
Please note that you have to adjust the index.ts file to assure that you run the day you want. Just import the corresponding aocXX.ts file in the src folder.
- combine move1 and move2 by passing a function
- implement it -.-
- improve regex
- make recursive
- keep changed puzzle
- horizontal and diagonal methods might be able to be combined
- ugliest solution so far -.-
- reduce calculations, devide&conquer? median?
- parsePuzzleResultToString
- remove static paper size