LeetCode 212: Word Search Ii — Step-by-Step Visual Trace
Hard — Trie | Backtracking | DFS | Matrix
The Problem
Given a 2D board of characters and a list of words, find all words from the list that can be formed by sequentially adjacent letters on the board, where each cell can only be used once per word.
A...
blog.tracelit.dev3 min read