Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/devbridie/adventofkotlin
- Owner: devbridie
- Created: 2017-12-09T15:35:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-20T14:49:47.000Z (about 7 years ago)
- Last Synced: 2024-11-05T15:52:37.806Z (about 2 months ago)
- Language: Kotlin
- Homepage: http://adventofcode.com/2017
- Size: 206 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 | | | |