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.
php
could you give me an example of a big test? so i can check
because my solution timed out, but it passedd ok small tests
This comment is hidden because it contains spoiler information about the solution
I cant get the result. if i code return, to get the result
Should return 'Player 1 has a turn': expected undefined to equal 'Player 1 has a turn'
i f i code console.log, doesnt work either
javascript- This example.
[0,9,10],
[8,8,8],
[0,0,18]
"S"
[0,9,10],
[8,8,26]
shouldnt result be
[0,9,10],
[8,8,0]
[0,0,26]
as "S" moves downwards. 8 merges with 18 downwards and stays there. why does it go 26 to the middle?
Hello, in javascript. Random tests are always with the same song as basic tests?
Because im getting some errors, I think maybe is because it is anpther song.
Or listeners must be reset in random tests?
do anyone know max n in encode and decode?
This comment is hidden because it contains spoiler information about the solution
my code is a mess...but i dont understand why i pass all regular tests i attempt and i get mistakes because result is None...as it is not returning anything...if that is the case and the code is not returning the result...how is possible that regular tests are ok?
hi, any tip of what i should be looking, coding, for this?
new in coding and 3 kyu seems to be way more difficult than previous levels.
thx
Yes you are right, so if there is no nesting structure at all, it should return True
thanks
yes, its the same with my code
but the lenght is the same...its a problem with this specific test...its an issue.
This comment is hidden because it contains spoiler information about the solution
wouldnt be better with methods?
ok thanks!
dont really know why this error when calling every method when testing in python
<bound method Warrior.level of <solution.Warrior object at 0x7ff727bae610>> should equal 1
In my editor it is ok, it returns what the test is asking. The method includes return. I tried with print too, but doesnt pass test
i guess the test is calling methods without () .?
test.assert_equals(bruce_lee.level, 1) that doesnt seem right
any advise how could i optimize my code? it timed out...im new in coding..im doing brute force, iterating..its ok with sample tests but it times out when i go to the larger numbers..
Loading more items...