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.
Thank you sensei, i fixed it.
Please take a look, the indentation was off, not sure why.
This comment is hidden because it contains spoiler information about the solution
It is Golang my code produced 1348934 = (2)(31)(21757) from a random test. it cant be (31)(21757). Thanks. I think it is issue currently. Please help
Expected
: (2)(31)(21757)
to equal
: (31)(21757)
(2)(31)(21757) is the right answer
how did you optimize it?
The random test methods are not working.
Expected
: (2)(292)
to equal
: (292)
The correct one is (2)(29**2).