Skip to content

Conversation

@youngsangsuh
Copy link

Link

Path With Minimum Effort

Topic

  • Dijkstra
  • Priority Queue

Approach

  • We define possible direction in each cell (left, right, up, down)
  • Using relaxation and maximum effort, run dijkstra

Note

  • Terminating when arrived at ROW-1, COL-1 idx remarkably shrinks the computation time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants