LeetCode 79: Word Search — Step-by-Step Visual Trace
📰 Dev.to · tracelit
Given a 2D board of characters and a target word, determine if the word exists in the grid by connecting adjacent cells horizontally or vertically.
Given a 2D board of characters and a target word, determine if the word exists in the grid by connecting adjacent cells horizontally or vertically.