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.
There aren't any issues in either the Sample or Submit tests. For the directed graph with a single edge
graph = {a -> b}
,solve_graph('a', 'a', graph)
should evaluate totrue
since you have already reached vertexa
by starting at vertexa
- there is no need to traverse any directed edge to reach the desired destination.what do U mean not valid?
The last test is checking the case when not a valid object was passed as an argument
Think your 1.100 is the result of a parsing, but may be the argument you parsed wasn't a valid one and Description says:
Was an issue with custom test cases. This has been fixed. Thanks.