Mark As Completed Discussion

Try this exercise. Click the correct answer from the options.

For the problem of path finding through the grid, if we change the goal cell to (m-1, 0)-- which of the following holds true?

Click the option that best answers the question.

  • There is a possibility that the greedy algorithm will not find the goal
  • Greedy algorithm will always find the goal
  • Greedy algorithm will always find the goal with maximum reward