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.
Having issues with my C solution:
for the array 323064,48424,89607,323456,90020,322992,322875,52578,322740,323200,22530,82622 and K=7 i get Expected 0, got 1.
BUT 322992,322875 are consecutive and for both K=7.
Also checked in an online calculator to make sure I got the right K calculated (https://www.calculatorsoup.com/calculators/math/prime-factors.php)
Any help will be appreciated =]