Skip to content

Repository files navigation

Advent of Code 2017

My solutions to these awesome puzzles. To run the code, you need Node v6+.

In the root directory, first install NPM packages.

$ npm install

Then open task's directory and run task.js.

$ cd 1
$ node task.js

DISCLAIMER: The code is mostly optimized for speed and readability/clarity so it is more verbose than it could be. But sometimes readability is sacrificed for shortness too. There is no ideal solution for any of the tasks, so I tried to find a good balance between all the criteria.

License

MIT

About

My solutions to Advent of Code 2017 challenge

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages