https://github.com/thealexlichter/advent-of-code
My solutions for the Advent of Code (since 2k17)
https://github.com/thealexlichter/advent-of-code
advent-of-code advent-of-code-2017 functional-programming javascript
Last synced: 3 months ago
JSON representation
My solutions for the Advent of Code (since 2k17)
- Host: GitHub
- URL: https://github.com/thealexlichter/advent-of-code
- Owner: TheAlexLichter
- Created: 2017-12-01T20:21:59.000Z (over 7 years ago)
- Default Branch: 2018
- Last Pushed: 2018-12-14T15:12:36.000Z (over 6 years ago)
- Last Synced: 2025-03-16T19:55:06.362Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2017, functional-programming, javascript
- Language: JavaScript
- Homepage:
- Size: 246 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2018
Here I'll publish my solutions for the [Advent of Code 2018](http://adventofcode.com/2018/) tasks.
I use(d) Node.js, Ramda and functional programming paradigms to solve those!