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.
Description should be language-agnostic (in examples as well as the function signature)
Should explicitly mention whether
start
andtarget
's edges can be determined usinglinks
, i.e, they are a valid location inlinks
This line should also be removed since the arguments given , if not mentioned, are always non-optional arguments.
Ruby 3.0 should be enabled (Refer this & this for more detail)
stations
is a redundant argument and should be removed.