advent-2021-kotlin
:christmas_tree: Advent of Code 2021: Solutions in Kotlin (by tginsberg)
advent-of-code-kotlin
A simple library that makes running and testing your Kotlin solutions to Advent of Code puzzles a breeze. (by Jadarma)
advent-2021-kotlin | advent-of-code-kotlin | |
---|---|---|
2 | 1 | |
34 | 11 | |
- | - | |
1.8 | 7.6 | |
over 3 years ago | 10 months ago | |
Kotlin | Kotlin | |
Apache License 2.0 | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
advent-2021-kotlin
Posts with mentions or reviews of advent-2021-kotlin.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-12-15.
-
-🎄- 2021 Day 16 Solutions -🎄-
Once I finally understood how the examples worked with subpackets, I was able to come up with what I think is a nice clean solution. I ended up using an Iterator that got passed around to various sealed types that would parse themselves out. I defined several extension functions on Iterator to make things easier to read.
-
-🎄- 2021 Day 1 Solutions -🎄-
Kotlin -> [Blog/Commentary] - [Code] - [All 2021 Solutions]
advent-of-code-kotlin
Posts with mentions or reviews of advent-of-code-kotlin.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-11-29.
-
[Kotlin][Template] AocKt - Test-driven Advent of Code in Kotlin
AocKt - Source code of the library, contains configuration and DSL documentation.
What are some alternatives?
When comparing advent-2021-kotlin and advent-of-code-kotlin you can also consider the following projects:
adventofcode - My collection of Advent of Code solutions in a slightly overkill project setup 🙃👻
advent-of-code-kotlin-solutions - My solutions to AoC puzzles in Kotlin.
Advent_of_Code - My Advent of Code solutions.
advent-of-code-kotlin-template - The Advent of Code template project for Kotlin
advent - 🎄 My Advent of Code solutions
advent-2022-kotlin - :christmas_tree: Advent of Code 2022: Solutions in Kotlin