An open API service indexing awesome lists of open source software.

https://github.com/josepedrodias/aoc2018

attempting advent of code in side-effects free js :fingers-crossed:
https://github.com/josepedrodias/aoc2018

advent-of-code advent-of-code-2018 exercises functional functional-js javascript

Last synced: 2 months ago
JSON representation

attempting advent of code in side-effects free js :fingers-crossed:

Awesome Lists containing this project

README

          

# advent of code 2018

## intro

My take on

Trying to use functional JS.
Minimum side effects.
Tested and straightforward stuff.

## file patterns

01-25.input.txt -> the input for each question
01-25[ab].txt -> the questions themselves (in part a and b)
01-25.js -> the solutions I found
01-25.test.js -> tests to assert the solution codes

## how to install

yarn

## how to use

all tests:

yarn test

a single test:

npx yarn 04.test.js

## solved problems

01 **
02 **
03 **
04 **
05 **
06 **
07
08 **
09
10 **
11 **