Word Search

#79
Medium
Backtracking
O(N * 4^L)
O(L)
Amazon
Microsoft
Facebook
Bloomberg
View on LeetCode

Problem Description

Given an m x n grid of characters board and a string word, return true if word exists in the grid.