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.
Merge conflict. Fork and update the description.
No need to.
C# declares all methodes without internal/public keywords as private.
So, the keyword is just unnecessary.
Simply just add the
private
keyword beforestring SolutionElevator
.Whaaat?
Sorry, I do not understand what you're referring to.
Please make the reference solution pribate
Great job!
I just implemented random tests as well as all test from the JS version.
Also, I changed the solution, but there was no need to.
(bc I like the shorter version better)
I don't know JS at all haha.
You could also use Math.abs() in js :P
Yeah, i just copy and pasted my JS solution to be fair.
The author of the kata (in this case, you), and certain power users and moderators can (people who have a very large amount of honor).
Solution seems fine, but could be condensed into a much shorter version using Math.Abs(), just needs random tests added
I'm afraid I don't know C#... Am I the only one who can approve?
As far as I can tell after testing the solution everything works fine.
It needs random tests.
Holy crap. This actually works.