LeetCode 10: Regular Expression Matching — Step-by-Step Visual Trace

📰 Dev.to · tracelit

Given a string s and a pattern p, implement regular expression matching with support for ''.'' and ''*'' where ''.'' matches any single character and ''*'' matches zero or more of the preceding element.

Published 9 Apr 2026
Read full article → ← Back to Reads