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.
The question asks to return a new list, not modify the list in place, which you are doing here.
You are also repeatedly counting the number of items in order and modifying the list which is not required.
For the reverse, if the idea was to get a space efficient solution, is would be good, but in this case it's just extra complexity.
Forgive me, folks.
:D
Why is it considered as best practive or clever? Yes, it does look clean, but the space complexity is not perfect. You can return odds[0] or evens[0] right when length of one of these become greater than 1.
Why is it considered as best practive or clever? Yes, it does look clean, but the space complexity is not perfect. You can return odds[0] or evens[0] right when length of one of these become greater than 1.
When I did my shit code I was sure to see something like yours.. outstanding
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Could you please explain how your solution works?
Could you please explain how your solution works?
Could you please explain how your solution works?
Could you please explain how your solution works?
Could you please explain how your solution works?