Regular Expression Matching

1 min read
๐ง Problem
Regular Expression Matching
Given an input string sร and a pattern p, implement regular expression matching with support for '.' and '*' where: The matching should cover the entire input string (not partial).
๐ท๏ธ Tags
string, Dynamic Programming, Recursion
๐ Difficulty
Hard
โ
Success Rate: 28.2%
๐ฅ Submissions: 2,370,376
๐ Accepted: 668,919
โค๏ธ Reactions
๐ Likes: 7928
๐ Dislikes: 1177
๐ก Hints
๐ Similar Questions
- Wildcard Matching
Leetcode Link : Regular Expression Matching
0
Subscribe to my newsletter
Read articles from RedAurther directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by
