-
-
Notifications
You must be signed in to change notification settings - Fork 46.6k
Add wildcard pattern matching using dynamic programming #5334
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
Conversation
What is |
Replaced |
Co-authored-by: Christian Clauss <[email protected]>
@cclauss can you please add hacktober label to this and suggest changes if any. |
Let's call this |
Co-authored-by: John Law <[email protected]>
@poyea Yes, as you said, now it makes sense to classify this under strings. |
So, just put this file inside |
Co-authored-by: John Law <[email protected]>
moved this to strings |
Change the filename as well? |
yes, changed it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your pull request!🤩
Co-authored-by: John Law <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your pull request!🤩
…s#5334) * Added regular expression implimentation using dp * replaced input() with example values * Apply suggestions from code review Co-authored-by: Christian Clauss <[email protected]> * changed returning value to bool and added test cases * added doctest Co-authored-by: John Law <[email protected]> * added test cases * Apply suggestions from code review Co-authored-by: John Law <[email protected]> * shifted to strings * Changed filename * Update function name to match_pattern Co-authored-by: John Law <[email protected]> * Update function name to match_pattern Co-authored-by: John Law <[email protected]> Co-authored-by: Christian Clauss <[email protected]> Co-authored-by: John Law <[email protected]>
Describe your change:
Checklist:
Fixes: #{$ISSUE_NO}
.