Skip to content

IanSavchenko/AdventOfCode2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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