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.
Nice Kata, but for C# I think it's more of a 7 kyu. If you don't know some very specific System.Linq functions, doing it the old fashioned way adds a lot of complexity. Anyway, thanks, those functions are very handy.
Haskell translation
Done (by me again ~~
:-)
Reworded
Reworded
Even though my solution was correct it still does not pass all the basic tests. Even your verified solutions does not pass all the tests,
This was my first 'Aha! I know this!' moment.
The description "sorted in asc order" should be corrected to "sorted in ascending order."
this was very very easy. Did it in like two minutes. Perhaps if you are new to JavaScript, it may be a bit harder. just have to think of what methods to use. sort is a tricky method. Pay close attention to it
too easy
The description states that both input arrays are sorted, which while technically correct is slightly misleading (they can be sorted in either order, which one may not expect). I'd suggest clearly indicating they can be sorted in either order, not just ascending.
Might just be a me problem though
This comment is hidden because it contains spoiler information about the solution
Approved
Approved
CoffeeScript translation
Loading more items...