Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
?
We can't see your code and the tests are fine. Please read this fully before creating a kata issue: https://docs.codewars.com/training/troubleshooting
unique_in_order('AAAABBBCCDAABBB') == ['A', 'B', 'C', 'D', 'A', 'B']
You're not understanding what to do.
.
Please write in english and stop raising bogus issues. See https://docs.codewars.com/training/troubleshooting#post-discourse.
Em alguns casos devem retornar elementos repetidos, mas na inatrução fala que edeve retornar a lista sem elementos repetidos
O meu código passou em 30 testes e não passou em 2, onde nesses 2 estava pedindo para retornar uma lista, enquanto nos outros testes eu retornei apenas tuplas e funcionou.
Alguém poderia me explicar como faz para criar test cases? Não entendi como funciona isso
Olá Luca, o seu código apresenta um problema ao assumir que a variável 'b' possui apenas um elemento. Na verdade, 'b' pode conter múltiplos valores. Consoante você tem no seu código, você acessa apenas o primeiro índice da variável 'b'.
This comment is hidden because it contains spoiler information about the solution
Você considerou que a lista terá sempre 3 caracteres, mas não foi definida a quantidade específica nas instruções
Ignorem isso, erro meu
Not a kata issue, you are removing and checking zero equality at the same time, which can cause some values to be skipped.
This comment is hidden because it contains spoiler information about the solution
You should probably mention the language you're talking about. If it was Rust, then it was fixed.
Loading more items...