https://github.com/luhmirin-s/adventofcode
My solutions for Advent of Code from 2015, 2016 and 2017
https://github.com/luhmirin-s/adventofcode
advent-of-code advent-of-code-2015 advent-of-code-2016 advent-of-code-2017 kotlin
Last synced: 15 days ago
JSON representation
My solutions for Advent of Code from 2015, 2016 and 2017
- Host: GitHub
- URL: https://github.com/luhmirin-s/adventofcode
- Owner: luhmirin-s
- Created: 2016-02-12T22:12:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-25T11:07:51.000Z (over 7 years ago)
- Last Synced: 2025-01-09T07:49:50.805Z (6 months ago)
- Topics: advent-of-code, advent-of-code-2015, advent-of-code-2016, advent-of-code-2017, kotlin
- Language: Kotlin
- Homepage:
- Size: 4.51 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Advent of Code in Kotlin**
Repo contains my solutions for Advent of Code 2015 and 2016
* Descriptions are in `main/resources/descriptions/y201X`
* Solutions are in `main/kotlin/y201X`
* Corresponding tests are in `test/kotlin/y201X`
* Test inputs are in `test/resources/inputs/y201X`
* There are few utility functions in `main/kotlin/core/extensions`---
http://adventofcode.com/about