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:
- Host: GitHub
- URL: https://github.com/josepedrodias/aoc2018
- Owner: JosePedroDias
- Created: 2018-12-04T01:44:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-14T09:11:34.000Z (over 7 years ago)
- Last Synced: 2026-01-01T04:21:15.943Z (6 months ago)
- Topics: advent-of-code, advent-of-code-2018, exercises, functional, functional-js, javascript
- Language: JavaScript
- Homepage:
- Size: 216 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 **