You need to sign in or sign up before continuing.×
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.
How the hell is this possible?? I have 3 characters to work with
Wait.. the function you're in is called Remove, and you're calling it inside itself. Which isn't necessarily always an issue, but there's only 1 argument to Remove(string s) and you're passing 2 when you call it in the line string result = s.Remove(i, 1)
The range of difficulty of 8kyu problems is very wide. That being said I liked this problem. 8kyu though? Hmm...
Worst one on this site that I've come across. good lord
i+1 on the last loop iteration is greater than the length of the string and thus is undefined.
Very grateful for the 2xp this epic kata gave me
Easiest 7kyu? All it takes is knowing the formula.
Had the biggest brainfart with this one because I was dividing by the mean in the end instead of the # of elements... woops
This seems easier than some of the 8 kyu's I've done.