kotlin-coding-challenges icon indicating copy to clipboard operation
kotlin-coding-challenges copied to clipboard

🧩 Kotlin coding puzzle and solutions

Results 23 kotlin-coding-challenges issues
Sort by recently updated
recently updated
newest added

### Nothing changed to the code & test, just a mistyping fix Please, kindly accept this request, there was a duplicated word in the description of challenge format_train_route.

After importing the project into IntelliJ IDEA there is no green play button to run the tests. It appears that is because the test root isn't set in `build.gradle.kts`

According to the ["Count unique values"](https://github.com/igorwojda/kotlin-coding-challenges/blame/main/src/test/kotlin/com/igorwojda/list/countuniquevalues/desc.md#L5) task description, the input list of values is sorted. But the solution is also tested on unsorted lists: [list/countuniquevalues/challenge.kt#L27](https://github.com/igorwojda/kotlin-coding-challenges/blob/main/src/test/kotlin/com/igorwojda/list/countuniquevalues/challenge.kt#L27) Either the test or the...

### I found this second solution for Format Train Route Thank you for your interest. Have great day!

Thank you for this repo. Amazing work! I need some clarification over [Tolerant palindrome](https://github.com/igorwojda/kotlin-coding-challenges/blob/main/src/test/kotlin/com/igorwojda/string/ispalindrome/tolerant/desc.md) challenge. The description informs about correctness of text, if we do have one wrong symbol, but...