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
This comment is hidden because it contains spoiler information about the solution
I think the last two test cases for python are incorrect.. I have ran the same code on Komodo edit and its working.
Hi, is the parameter type kept as Int intentionally(like a catch to the problem), as you are passing double values in your test cases to the function ?
Test 1b failing, I dont understand what's wrong.
C# translation, please feel free to provide feedback. Happy Coding
@KenKamau, Sorry , I fixed my code, it works fine. Thank You.
This comment is hidden because it contains spoiler information about the solution
My code passed sample test case but when I click on Attempt, it returns process terminated as it took too long. I tested my code for integer 32768 upper limit and it executed in 0.016 seconds.