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.
Will be better if you just give better names for your variables.
Solution is not running.
Don't show the entry string when failed. How to understand the bug? ====>
Test Results:
RunesTest
EdgeCase
Test Failed
Expected: 8
But was: 0
Completed in 68.4420ms
testAddition
Test Failed
Expected: 0
But was: -1
Completed in 0.9640ms
testMultiplication
Test Failed
Expected: 0
But was: -1
Completed in 0.7850ms
testRandom
Test Failed
Expected: 3
But was: -1
Completed in 1.3650ms
testSubtrastion
Test Failed
Expected: 0
But was: -1
Completed in 0.7180ms
Completed in 79.3880ms
This comment is hidden because it contains spoiler information about the solution
This solution doesn't work when other letters are used. Like {"n","s","n","s","n","s","n","s","a","a"}.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Not high performance. It needs go all chars allways.
This comment is hidden because it contains spoiler information about the solution