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. This comment saved me a lot of time!
Oh, didn't know this, thank you
It's not a kata issue.
List of available libraries can be found in docs.
Is the library 'primefac' meant to be unavailable for import?
Language: C++
Test suit missing the required header
std::cstdint
.The absolute KOTY = Kata Of The Year !!
Tkx...
Note if I may - in c++ - (I counted and outputed the values for testing)
fixed_tests : 20
random_tests
That could be in the description... (especially the fact that some 64 bits semiprimes will be tested IS actually important for the factorization algorithm...)
75 such tests
(C++)
Is it possible to get the number of tests of each category ?? Timing out @
semiprimes_64_bits
tests.Note: I already think that it's an absolutely excellent kata, BTW.
Still not solved but ... keep trying :-)
dfhwze's comment exhaustingly answers this question.
Can anyone tell me if implementing specific factorization algorithm like Quadratic sieve is essential for this kata? I have a feeling that factorization is the bottleneck, but maybe I'm mistaken.
(I'm not sure if this question is a spoiler, as it's not that far from what is written in the article linked in the kata's description :)
It's probably side effect from library blocker. Maybe fractions lib depends on blocked libraries.
Yes :)
I don't think this module was meant to be excluded. Author, what do you think?
Loading more items...