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.
This is a standard application of Dijkstra's algorithm, which is a duplicate to existing katas.
I get a message:
every time I attempt (and can't submit with all tests passed).
Second sample test case has the wrong expected in the sample tests (
2.282
instead of2.828
)Same as
Galaxy Getaway
, hardcoded massive cases are NOT random cases, and it's a waste of bandwidth.Ofc you did not code those cases by hand, right?
Then just replace them with your random cases generator
Randomize portal names IS NOT random test
You need to generate randomized map on the fly
Also you hardcoded massive data that force everyone to submit 1.08+MB data while attempting, making it very hard to successfully get code executed