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.
whats the complexity time to explain this to the reviewer :D j/k its graded for cleverness and its really clever
This comment is hidden because it contains spoiler information about the solution
Why has this been voted as best practice?
O(NlogN) insted of linear, for no reason...
My mistake! I was expecting
fmt.Printf()
to outputnil
for anil
slice, as it does for othernil
values.Thank you for your assistance!
You're printing
[]
instead ofnil
.Print the input and debug the solution?
Hi FArekkusu -
Please explain to me how I determine what is wrong with my solution, if it passes the tests when I click "Test"?
Or, can you update the 'basic test cases' to fail in the same way that they fail when I click "Submit"?
Thanks.
Not an issue. Your solution is wrong.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Ambiguous and misleading problem statement, bad pre-built code. Worst one I have come across on this site by far.