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 primary tests in python test for gracefulTipping, yet the remaing tests use graceful_tipping. Please fix.
I realy dislike this Kata, but taking a look at the solutions put a smile on my face!
Thanks man! Code on!!!
What seems to be the problem fibonaccios?
You are probably correct, you actually are, but in reality you do not need to care for that. You break out of the loop once you get to the fist smallest number that is not in the list, you won't keep looping O(n) where n is the whole range from min to max. I know that I am not considering the worst case scenario here but I was unable to think of a better algo! :D
Non need for all these parenthesis. Python is not a parenthesis language.