Quiz: Grid Backtracking

Test your understanding

Check Your Understanding

In Word Search, why must you restore the cell after backtracking?

  1. A.To save memory
  2. B.Other paths starting from different cells may need this cell
  3. C.The algorithm requires it for correctness
  4. D.To prevent infinite loops
Start the roadmap to answer the quizzes and solve the challenges