igorwojda/kotlin-coding-challenges

Incorrect description in list/countuniquevalues

illarionov opened this issue · 1 comments

According to the "Count unique values" task description, the input list of values is sorted.
But the solution is also tested on unsorted lists: list/countuniquevalues/challenge.kt#L27

Either the test or the description should be updated, I'm not sure which one.

FIxed by c9ac675
thx