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.
This comment is hidden because it contains spoiler information about the solution
easy
Rejected, separated into a Bf-exclusive kata
Please, accept my BF translation: https://www.codewars.com/kumite/68163180d7c5072e2d4a56d2?sel=68163180d7c5072e2d4a56d2
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Yes, it is.
some of the random tests have the same letter twice and yet it is supposed to be true?
Python, likely others: missing testcase for
'abcdefghijklmnopqrstuvwxyz'
, which is to say exactly the required characters but no additional characters. Solutions such as this one have an off-by-one bug in this caseSolved in the last attempt C++
Solved in the first attempt
C++
Approved
thanks, my bad.
Not a kata suggestion. See https://docs.codewars.com/training/troubleshooting#post-discourse.
This comment is hidden because it contains spoiler information about the solution
Loading more items...