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

Incorrect description in list/countuniquevalues

Open illarionov opened this issue 4 years ago • 0 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.

illarionov avatar Sep 25 '21 07:09 illarionov