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.
Technically, all translations are now using that formula (some of them are abs() < 1e-N, others have built-in test methods, but that's another story), therefore, this suggestion may be resolved
This comment is hidden because it contains spoiler information about the solution
(meh... x/ forgot again)
done
Description updated
I think you need more secondary / random tests. My first solution passed but gets many wrong. There should be enough tests or a few tests with large numbers to encourage faster solutions.
Description updated.
No, it is NOT fixed. All test cases count 1 extra.
Even the kata description is wrong: there are 70 not 71 factors in the example list: [2, 3, 4, 5, 6, 8, 9, 10, 12, 13, 15, 18, 20, 24, 25, 26, 30, 36, 39, 40, 45, 50, 52, 60, 65, 72, 75, 78, 90, 100, 104, 117, 120, 130, 150, 156, 180, 195, 200, 225, 234, 260, 300, 312, 325, 360, 390, 450, 468, 520, 585, 600, 650, 780, 900, 936, 975, 1170, 1300, 1560, 1800, 1950, 2340, 2600, 2925, 3900, 4680, 5850, 7800, 11700].
Seems already fixed
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
;-)
You're welcome!
Description updated, more and random tests added.
Loading more items...