Are you sure you're getting this? Click the correct answer from the options.
What is the purpose of the isWordExist
function in the word search solver implementation?
Click the option that best answers the question.
- To check if the grid contains the given word starting from a particular cell
- To mark the cells visited by the backtracking algorithm
- To explore the neighboring cells in the grid
- To restore the cell after exploring its neighboring cells