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.
yup
not an issue -> don't print
Max Buffer Size Reached (1.5 MiB)
I passed like 160 tests but the Massive random test had a STDDER error of this
Hey, you should use the question label for help and post all your code inside the three back-ticks.
But anyway, you are going to have to think of an approach without for loops. Have a read below. You need a solution which is just as quick for large numbers as small ones...something more mathsy :)
This comment is hidden because it contains spoiler information about the solution
Okay they're all down to 200 except in JS but that will have to wait until the node 12 bug is fixed. I'll close the issue when I update python to 3.8 and the JS is working.
yeah, thanks anyway xD
I just added it back in. You probably removed that part of description by accident :P
I added C this morning and changed the number of tests down to 200...
That's strange... Did you change anything?
Actually, I think the prolog description has now disappeared :(
In all languages.
https://github.com/codewars/codewars-runner-cli/issues/771#issuecomment-666896815
Sure. Python now has 200.
If I keep the numbers high (like 1e+11 high), will it be fine to reduce the other languages down to 200 tests whilst only letting O(1) solutions pass?
Also, you'll probably want me to update to python 3.8... is there any help documents on that?
Actually, this is a good exercise for developing efficeincy.
There's no need to run 2000 tests.
Loading more items...