Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/slashgear/advent-of-code

Personal implementation in JS of https://adventofcode.com/ challenge, don't hesitate to take a look if your are stuck
https://github.com/slashgear/advent-of-code

advent-of-code

Last synced: about 5 hours ago
JSON representation

Personal implementation in JS of https://adventofcode.com/ challenge, don't hesitate to take a look if your are stuck

Awesome Lists containing this project

README

        

# advent-of-code by [Slashgear](https://github.com/Slashgear)

In this repository you can find all the [advent-of-code](https://adventofcode.com/) challenges that I passed.
All solutions are in JS only (You can run them with Node).
Feel free to look at my solutions for inspiration.

Solutions are sorted by year and by day in the packages folder.

```
packages/
2019/
day-1/
..
day-2/
..
2020/
day-1/
..
day-2/
..
day-3/
..
..
```