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.
python new test framework is required. updated in this fork
python: function name should be snake_case
This is not always true. In fact, from the sample tests:
The wording is either misleading (if such a case needs to be checked) or otherwise plain wrong.
Nope. But you can submit a new one.
Would there be way to remove solutions that had passed the tests previously but no longer do?
I would certainly like to retract mine.
all done.
Also, please add [[1,2],[0,2],[0,1],[4],[3]] i.e. ring of 3 plus two more connected to each other
No problems, I'm on it.
The current top solution still doesn't account for more than one connected components, and it only fails random tests very occasionally.
Shouldn't tests like
[[1,2],[0,2],[0,1],[]]
be put on the fixed tests?This comment is hidden because it contains spoiler information about the solution
Fixed! (Only took 2 months)
Gotcha, thanks. Well then this folds into Blind4Basic's point below about needing tests with unconnected graphs.
what are E and V?
This comment is hidden because it contains spoiler information about the solution
Hi,
Don't resolve to fast: about random tests, that's not enough. ;)
Loading more items...