We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Stone Division, Revisited
Stone Division, Revisited
Sort by
recency
|
66 Discussions
|
Please Login in order to post a comment
Solution in C++`
My answer in Typescript
What will be the time complexity of the recursive solution (for which only 30% of the testcases pass and the rest show TLE) ? I feel it will be O(M^(log n)), can someone please confirm?
code for java7:
My C program prints correct result in test run (see below for Test Case 1), But after I submit it, it failed the Test Case 1. What did I do wrong?