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.
This comment is hidden because it contains spoiler information about the solution
Fixed
Arrays are always n * n
Fixed
Function name is Convert so if you need to use Convert.ToString then use System.Convert.ToString
Fixed
Fixed
In csharp first example is giving wrong answer in description.
Kata.SevenAteNine("79712312") => "79712312"
It should be 7712312
Why hashSet Elements are already unique in both arrays
How can you pass military time to regular? That RandomRegularToMilitaryTimeTests always returning wrong results.
How Output of 07: 17 pm can be 19:17?
RandomRegularToMilitaryTimeTests
Log
12:06 am
11:61 pm
11:51 pm
10:12 pm
7:17 pm
Test Failed
String lengths are both 4. Strings differ at index 2.
Expected: "1907"
But was: "1917"
suppose n = 5 then n-1 =4 and n -2 =3
in this case --n =4 and again --n=3
That enables code to exist to save from further iterations.
Amazing way to get first character of both indexes