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.
- Host: GitHub
- URL: https://github.com/devmattrick/adventofcode2017
- Owner: devmattrick
- License: mit
- Created: 2017-12-01T00:33:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-03T01:38:27.000Z (about 8 years ago)
- Last Synced: 2025-01-28T23:28:28.881Z (11 months ago)
- Language: JavaScript
- Homepage: http://adventofcode.com/
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)