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.
0.5 * abs(B(k)) * (pow(2 * pi, k) / factorial(k)
warning, with itertools functions, you'll always have loops hidden inside. So you're not changing your algo, if you use those and you still will have more than one single loop.
you need to find a way to reduce your algo to one single loop
not an issue, it's "on purpose". You have to find a way to find your info efficiently ("very"... efficiently...)
good work guys, keep it up!
I had the same issue. I think it means that the memory is being exhausted. Your code is probably correct and runs with time efficiency, but not memory efficiency