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
More tests needed.
More tests needed, including random tests.
More tests needed.
em.....Brilliance!
needs random tests and needs sample tests
Learning the built in libraries is important, but I feel this solution skirts around the problem. i.e) If the function name in the sort library was InAscOrder instead of IntsAreSorted, then you would call "return sort.InAscOrder(numbers)". Do you see my point? If you think I'm wrong, please let me know the time complexity of your solution.
Needs random tests.
Looks like you need to add random tests.
More tests needed, preferably random tests too.
There's a tendency to have some working tests in the Sample Tests these days.
Since there's a char type,
op
should be a char (rune).Same error, did you report it? or is it our fault?
Did not know that, I forked and moved test examples from hidden tests. Thank you for helping.
Much better, but note that since this translation is already rejected, you may want to fork this translation and publish that instead so I may approve it. Furthermore, I would really appreciate it if you could add a few sample test cases for the solver as well, cheers :)
Updated the tests, is it ok now?
Rejected due to lack of fixed tests and absence of random tests.