Java icon indicating copy to clipboard operation
Java copied to clipboard

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

Open Shreya-1305 opened this issue 1 year ago • 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

Shreya-1305 avatar Oct 08 '24 08:10 Shreya-1305

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

Taranpreet10451 avatar Oct 09 '24 13:10 Taranpreet10451

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

jiteshh-10 avatar Oct 11 '24 13:10 jiteshh-10

It's already implemented here https://github.com/TheAlgorithms/Java/blob/e38611e9db0fdf318ac8513709f75077c55f25e3/src/main/java/com/thealgorithms/dynamicprogramming/RegexMatching.java#L14

siriak avatar Oct 12 '24 07:10 siriak

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution!

github-actions[bot] avatar Nov 13 '24 00:11 github-actions[bot]

Please reopen this issue once you have made the required changes. If you need help, feel free to ask in our Discord server or ping one of the maintainers here. Thank you for your contribution!

github-actions[bot] avatar Nov 20 '24 00:11 github-actions[bot]