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.
I'm trying to complete this problem using c++ but am getting a SIGSEGV error during attempts. Does anyone have any suggestions for how to resolve this? My guess is that the issue stems from multiplying two large integers when calculating the least common multiple.
Any update here? I can't seem to pass the should_generate_passwords_without_bias test. I'm using rand() for random number generation.