Skip to content

LonelyPrincess/advent-of-code-2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2017

Build Status Inline docs

This repository contains a collection of modules developed in Node.js that solve the different challenges proposed in Advent of Code 2017. The Jasmine framework has also been used to develop unit tests within the project.

Project structure

The project is divided in multiple folders, one for each of the available challenges. Inside of these folders you'll find:

  • The code for the function that solves the problem.
  • Unit tests to verify the function returns the expected results.
  • A README.md file including a description of the puzzle and the obtained results.

Challenge status

The following list describes which of the puzzles have been solved so far in this project, and which are still on the works. This will be updated as progress is made and more modules become available.

Releases

No releases published

Packages

No packages published