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.
This comment is hidden because it contains spoiler information about the solution
Really sorry, I didn't know that I had tried to attempt this kata a long period back.
That code was mine actually :/
My bad!
Thanks for the reply!
Hi!
The author has given the following code in the object constructor in the Python Solution's preloaded code:
Now my solution works for all the fixed tests, however Test 7 Exception Calls is just not passing :c
I'm handling the rollback error as well
But it's stopping at the error I've just written above in the code.
What could be the issue?
P.S. I'm getting this error:
I'd appreciate your help!
This comment is hidden because it contains spoiler information about the solution
It was nice practicing my recursion skills after long C:
Nice kata!
Nice kata! I'm getting started with recursions and this kata was a good experience practicing that + the concept of generators in Python :)
Gotta say calculating the transmission rate was the toughest part of the problem for me!
Nice kata!!
Thanks for sparing your time for letting know your thoughts!
I shall be definitely focusing on all the points you had mentioned from the next turn!
Thanks again!
Ah! Sorry my friend, I hadn't attempted the above kata that you have shared,
I made this kata for fun, for it's my first one :p
The same problem was in my school assignment, so I thought to just have it here, to compete with my friends
This comment is hidden because it contains spoiler information about the solution