Skip to content

a-grealish/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

2018

Solutions implemented in node.js with cli. yarn solve 1 will generate the solution for day 1 yarn test will run tests for all days

2017

Solutions implemented in Python each in a jupyter notebook with in-line asserts as tests