-
Notifications
You must be signed in to change notification settings - Fork 19.9k
[FEATURE REQUEST] Add a Regular Expression Matching Problem in a Recursion #5637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@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, |
It's already implemented here
|
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! |
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! |
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
The text was updated successfully, but these errors were encountered: