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.
What if the block lambda inside forceRun throws an Error? The program should continue
This comment is hidden because it contains spoiler information about the solution
Parenthesis are unnecessary since
&&
has higher precedence than||
It should be added to the description
I really do not understand
Let k be the number of bits of d
For example the decimal number 3 can be converted to the binary number:
11
(k = 2)0011
(k = 4)00000011
(k = 8)Kotlin:
My solution works well in Intellij but here it gives me an exception:
expected: kotlin.collections.EmptyList<[]> but was: java.util.Collections$SingletonList<[]>
I really don't understand
Definitely not a 4 kyu kata
How to make the oper function accepts only methods of Opstrings?
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
For the string:
what is the address?
The closest one asks to check if the board is finished, or if it is finished who has won. My kata only asks if anyone has won. I think mine is simpler and/or different.
The other two katas are much more difficult.
Anyway thank you I will delete this kata.
Hi, can you please link me a similar kata? I am not sure or it is not clear how much one kata must differ from another. Thank you.
But you changed both position and moves arrays
Loading more items...