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

https://github.com/devmattrick/adventofcode2017

(Spoilers) Advent of Code 2017 with an added challenge.
https://github.com/devmattrick/adventofcode2017

Last synced: 1 day ago
JSON representation

(Spoilers) Advent of Code 2017 with an added challenge.

Awesome Lists containing this project

README

          

# Advent of Code 2017
My attempts at the Advent of Code. The extra challenge is that all of the challenges much be done in a completely randomized set of languages. Of course, this repository contains the solutions to the problems! Don't view unless you have already completed the challenges or don't care about spoilers!

## Language List
* **Day 1:** Perl
* **Day 2:** ~~Solidity~~ JavaScript
* **Day 3:** Ruby
* **Day 4:** Erlang
* **Day 5:** JS
* **Day 6:** Crystal
* **Day 7:** Clojure
* **Day 8:** Python3
* **Day 9:** Lua
* **Day 10:** OCaml
* **Day 11:** Standard ML
* **Day 12:** PHP
* **Day 13:** Groovy
* **Day 14:** Haskell
* **Day 15:** Rust
* **Day 16:** Go
* **Day 17:** Kotlin
* **Day 18:** C
* **Day 19:** Lisp
* **Day 20:** Hack
* **Day 21:** Scala
* **Day 22:** D
* **Day 23:** Elixir
* **Day 24:** Dart
* **Day 25:** Swift

## Other Repositories
Here are some people doing the same challenge:

* [aaomidi](https://github.com/aaomidi/Advent-of-Code-2017)
* [DarkSeraphim](https://github.com/DarkSeraphim/Advent-of-Code-2017)
* [bo0tzz](https://github.com/bo0tzz/Advent-of-Code-2017)
* [nickrobson](https://github.com/nickrobson/adventofcode-2017)
* [rbrick](https://github.com/rbrick/Advent-Of-Code-2017)
* [Vilsol](https://github.com/Vilsol/AdventOfCode2017/)