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.
I have same issue does anyone have resolve that issue ?
if you don't want to change number you shouldn't pass it as a reference
you don't need that specific algo, here, you can use something simpler (like, a lot simpler, not even what you use generally before that algo), that will finally be faster. Tho, that should work too, so I suppose you missed something in your heuristic.
I'have used A* algorithem but it didn't work. I can pass 365 before timeout.
What algortihems have you used ?