Meta Interview Question

DP: given an input and pattern solve a regex expression matching support for '.' and '*'

Interview Answer

Anonymous

May 22, 2025

This is a DP problem. Leetcode hard!