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.
Really liked that one - I was thinking about graphs for a moment but didn't come to anything useful.
cpp test 3:
Assert::That(name({"give", "your", "kata", "a", "name"}), Equals(13)); // giveyourkataaname
I believe "giveyourkataaname" has 17 characters, the comment is wrong.
xd
had much fun doing it, though my solition is ugly af
lacks tests with ties. good kata, had fun
It worked even if i didnt check for duplicates in rows in columns.
On the other hand, there had to be no duplicates in boxes.
Is the testing lacking something or is it just me who cant read the instruction properly?
testing doesnt but helped with attempt. thx
i dont think its problem with my code but maybe i am wrong:
when attempting:
Traceback (most recent call last):
File "main.py", line 3, in
import codewars_test as test
ModuleNotFoundError: No module named 'codewars_test'
finally kata considering 'y' a vowel
thx, appriciate, will read
I wanted to focus on python bug, is it still duplicate? I don't really know, it's my first kata.
funny
it is posible to submit even if your solution doesnt check whether there are too few ships on a map if you get certain set of tests