Regular Expression Matching

RedAurtherRedAurther
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

RedAurther
RedAurther