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.
i have provided two example test,,,, can you help me with generating random test... Is there a way to do that
how to optimize the code... this is fifth kata where my code is being rejected because of my code taking too long for execution.... please help
my code passes 45 tests and fails in 19 ... can i get the input values for those 19 test....
what is workaround in javascript
how to do same in javscript
my code is able to pass all sample tests for kata but when i test code with wttempt button.. i get below error for same test
Make sure it gives correct output with a single digit depth - Expected: ''[[1]]'', instead got: '[[1]]'
Failed to give correct answer with a single digit depth - Expected: ''[[1],[1,1],[1,2,1],[1,3,3,1],[1,4,6,4,1]]'', instead got: '[[1], [1, 1], [1, 2, 1], [1, 3, 3, 1], [1, 4, 6, 4, 1]]'
no clue what to do
i am getting following error...
"Language undefined is not supported"
no clue what to do .... please help
getting server execution error for my code for observed pin problem... code runs fine for sample tests ... when i try it using "ATTEMPT" button it gives server executione rror... please help
This comment is hidden because it contains spoiler information about the solution
my question for each test sample string and to be tested string are different.
are we supposed to take two string variables and compare them, if yes how will they receive values