Input: Board of letters and list of words.
Output: Words that can be formed by adjacent cells.
Example: Board with letters, words ["oath","pea"] → found words.
Constraints: . words.length .
The problem
Input: Board of letters and list of words.
Output: Words that can be formed by adjacent cells.
Example: Board with letters, words ["oath","pea"] → found words.
Constraints: . words.length .