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.
Sorry for offtop, but what software you used to generate this image? I was looking for something like that for a while
How does your algorithm fare on this test case?
Thanks, should be fixed now. I also added a fixed case similar to this to the tests.
Ahh, that's on me. There was an error in comparing polygons that was corrected in the sample tests but not the main ones. Should be fixed now.
.
They're there now, thanks a lot :)
Thanks, it should be fixed now. I believe it came up because the original challenge was to return the element of the sequence
1/1 2/1 1/2 3/1 ...
, but I decided to swap the order so this happened. Honestly, just had to change a<=
to<
.Do you think I should test for this? It seems like a very specific problem that comes up with a very specific solution.
thx
Perhaps you should generate more variation in random tests. I would try to include patterns from each of the fixed test batches.
Did you prohibit some modules in Python?
Thank you for translation.
added
Oops... hope I fixed that
added biased and unbiased random tests
yes it worked
Loading more items...