kotlin-coding-challenges
                                
                                 kotlin-coding-challenges copied to clipboard
                                
                                    kotlin-coding-challenges copied to clipboard
                            
                            
                            
                        Incorrect description in list/countuniquevalues
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.