TheAlgorithms/Java

[FEATURE REQUEST] Add a Regular Expression Matching Problem in a Recursion

Opened this issue · 3 comments

What would you like to Propose?

A solution whiich will be easy to understand by all the users

Issue details

Here is the Problem description

Given an input string s and a pattern p, implement regular expression matching with support for '.' and '*' where:

'.' Matches any single character.​​​​
'*' Matches zero or more of the preceding element.
The matching should cover the entire input string (not partial).

Additional Information

No response

@siriak I would also like to work on this issue.

Hi Shreya,

I hope you're doing well. I came across issue #5637 in your repository and am interested in working on it. Could you please assign it to me?

Thank you!

Best regards,
Jitesh

It's already implemented here