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.
The Rust one should be forked with description merges.
That's the second time I'm unable to scroll down on test cases on a translation.
good
Done.
Done
oops. Fixed.
Typescript: tests
results in error:
please fix:
so it works ( nice! ), but you're effctively counting in unary, so results should just not be unreasonably large.
Yes, that is what I'm trying xD. I pass smaller tests and fixed tests, though.
are you trying to do multiplication by repeated addition, and addition by repeated increment? :O
some result are on the order of
1e18( possibly20**20) - that's a lot of increments. make the tests smaller in the fork if you want to do that?Or progressively growing ones.
You should generate some random test cases with
0omitted.You should mix valid and invalid random test cases in order to prevent hardcoding. A better partition of random test batches would be smaller queues vs larges ones.
Loading more items...