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.
Don't try to solve in a brute-force approach.
Try thinking in mathematics perspective
Good Kata,
5 and Above Katas need good knowledge on Mathematics, Data Structures and Algorithms.
Learnt something new from this kata!
Yes, there was a small bug.
Fixed it and all tests passed :)
Failed scenarios:
input : 1179090294573338820122431368020571219193838496144981853128507405455819949176596069394854257633924
my output : 1085859242523329457395988099999999999999999999999
input : 85767278828367782602943401434250693589891146724341410177841229729859128397916522826887698538486
my output : 292860510872271379029706058286709999999999999999
Can you validate whether my outputs are correct ?
Java language
The 7 Basic Tests are passed
After clicking 'ATTEMPT' the randomTestsNoRemainder and randomTests are failing
@hobovsky can you help me
My program is giving correct output but the test cases are failing with below error :<
expected:<858523985810[444263251626]> but was:<858523985810[999999999999]>