Skip to content

[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

Closed
Shreya-1305 opened this issue Oct 8, 2024 · 5 comments
Closed

Comments

@Shreya-1305
Copy link

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 Shreya-1305 changed the title [FEATURE REQUEST] <title> Add a Regular Expression Matching Problem in a Recursion [FEATURE REQUEST] Add a Regular Expression Matching Problem in a Recursion Oct 8, 2024
@Taranpreet10451
Copy link

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

@jiteshh-10
Copy link

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

@siriak
Copy link
Member

siriak commented Oct 12, 2024

It's already implemented here

Copy link

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 github-actions bot added the stale label Nov 13, 2024
Copy link

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 github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants