Find the Path

Sort by

recency

|

4 Discussions

|

  • + 0 comments

    Does Dijkstra's algorithm solve the problem or is there a more efficient solution?

  • + 0 comments

    The explanation in the editorial is incomplete and the complexity for the solution explained is wrong. Please fix the editorial.

  • + 0 comments

    im using python , i tried recursion n marking as i recurse, for that i had to build copy of the grid like g2=g1[:] but the complier isnt reading it and makes the changes in both of them, is it something idk or this complier on hackerearth is faulty??

  • + 1 comment

    What's approach do I need?

No more comments