Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/devbridie/adventofkotlin

Contains my solutions to the Advent of Code 2017.
https://github.com/devbridie/adventofkotlin

Last synced: 1 day ago
JSON representation

Contains my solutions to the Advent of Code 2017.

Awesome Lists containing this project

README

        

## Advent of Kotlin
This project contains my solutions to the [Advent of Code 2017](http://adventofcode.com/2017).

As a guideline, the examples given in the puzzles are used as test data. Also, the code is mostly immutable and testable.

### Status
| Day | Part 1 | Part 2 | Comment |
| :---: | :----------------: | :----------------: | ------- |
| 1 | :white_check_mark: | :white_check_mark: | |
| 2 | :white_check_mark: | :white_check_mark: | |
| 3 | :white_check_mark: | :white_check_mark: | Uses a mutable list in Part 2. |
| 4 | :white_check_mark: | :white_check_mark: | |
| 5 | :white_check_mark: | :white_check_mark: | |
| 6 | :white_check_mark: | :white_check_mark: | Should be rewritten to immutable style. |
| 7 | :white_check_mark: | :white_check_mark: | |
| 8 | :white_check_mark: | :white_check_mark: | |
| 9 | :white_check_mark: | :white_check_mark: | Uses `var`s. Unsure of other solutions. |
| 10 | :white_check_mark: | :white_check_mark: | |
| 11 | :white_check_mark: | :white_check_mark: | |
| 12 | :white_check_mark: | :white_check_mark: | |
| 13 | :white_check_mark: | :white_check_mark: | |
| 14 | :white_check_mark: | | Stuck on part 2. |
| 15 | :white_check_mark: | :white_check_mark: | |
| 16 | :white_check_mark: | :white_check_mark: | |
| 17 | :white_check_mark: | | |
| 18 | | | |
| 19 | :white_check_mark: | :white_check_mark: | |
| 20 | :white_check_mark: | :white_check_mark: | |
| 21 | | | |
| 22 | | | |
| 23 | | | |
| 24 | | | |
| 25 | | | |