Incorrect description in list/countuniquevalues
illarionov opened this issue · 1 comments
illarionov commented
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.