Which edge case matters for this problem?
Practice this question from Word Search - Grid Backtracking Pattern Practice Quiz, with options and an explanation.
Question
Which edge case matters for this problem?
Option A — Correct answer
The same cell cannot be reused in one path.
Option B
Whether the graph has weighted edges
Option C
Whether the array is rotated
Option D
Whether the string has vowels
Explanation
The same cell cannot be reused in one path.