Problems / Tries / Word Search II
#63 Hard Time O(m·n·4^L) Space O(n·L) Animated

Word Search II

Find all words from a dictionary in a 2D board.

LeetCode ↗
Approach: Trie + DFS Backtracking
Click play to start
Step 0 / 0
Press play to start the visualization.

Steps