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.
Bad practice because:
I implemeted simple Dijkstra algorithm and it works fine for little test cases. But it is not fast enough for random test.
Should I try Binary heap for Dijkstra or there is a better way?
Ok, i got it, thanks.
It's just the same kata as https://www.codewars.com/kata/534e01fbbb17187c7e0000c6
You try to mutate string in loop while string length is the limit for this loop. For each loop cycle you add one more cycle to do. So your loop is infinite.
This comment is hidden because it contains spoiler information about the solution
What about another plural forms?
https://www.grammarly.com/blog/plural-nouns/
StringBuilder is faster.
NUnit tests arguments (expected and actual) are messed up. (C#)
This comment is hidden because it contains spoiler information about the solution