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.
They are 3 numbers 10, 11 and 12. Not a kata issue. Print the input to know their values.
Your code has an infinite loop, that's why it times out.
simple ≠ efficient code
you need to figure out a way to make your code run faster as it seems to fail only in the big cases when you attempt
Your approach is correct, but implementation has a bug. What would be an expected answer for
est_subsets(list(range(63)))
? What does your solution return?