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: Kumite here, with new random test cases
Python:
Author of kata is currently inactive (last seen: Apr 2021). Can someone help with this? I am trying to kumite a version that does the trick, although no promises if it'll be as good because I have never done this before.
python new test framework is required. updated in this fork
atleast python:
missing random tests
C# translation ready. Please review and approve.
New test framework should be used in Python.
(Python)
Random tests other than being quite low in number, never generates topologies which have multiple optimal paths.
Other than that, the method should be
snake_case
, this can be done by without invalidating solution by usingtry....except
Nice Kata. Can you change the name of the function to be similar?
def shortest_path(topology, start, end): return 0
orshortestPath(topology, 'a', 'e')