DSA Master
Home
Problems
123
Schedule
17 Patterns
Data Structures
PDF Guide
Back to Problems
Mark as Complete
Word Search
#79
Medium
Backtracking
O(N * 4^L)
O(L)
Amazon
Microsoft
Facebook
Bloomberg
View on LeetCode
Description
Approach
Solution
Related
Problem Description
Given an m x n grid of characters board and a string word, return true if word exists in the grid.