Skip to content
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

Match a pattern and String using backtracking #9844

Closed
ARCHITABHATTAD opened this issue Oct 5, 2023 · 2 comments · Fixed by #9861
Closed

Match a pattern and String using backtracking #9844

ARCHITABHATTAD opened this issue Oct 5, 2023 · 2 comments · Fixed by #9861
Labels
awaiting triage Awaiting triage from a maintainer

Comments

@ARCHITABHATTAD
Copy link

What would you like to share?

Given a string, find out if string follows a given pattern or not without using any regular expressions. We can solve this problem with the help of Backtracking.

Additional information

No response

@ARCHITABHATTAD ARCHITABHATTAD added the awaiting triage Awaiting triage from a maintainer label Oct 5, 2023
@ARCHITABHATTAD
Copy link
Author

Please accept the issue with hacktober tag

haxkd added a commit to haxkd/Python that referenced this issue Oct 5, 2023
haxkd added a commit to haxkd/Python that referenced this issue Oct 5, 2023
haxkd added a commit to haxkd/Python that referenced this issue Oct 5, 2023
haxkd added a commit to haxkd/Python that referenced this issue Oct 5, 2023
haxkd added a commit to haxkd/Python that referenced this issue Oct 5, 2023
haxkd added a commit to haxkd/Python that referenced this issue Oct 5, 2023
@haxkd
Copy link
Contributor

haxkd commented Oct 5, 2023

Create PR #9861

ChrisO345 pushed a commit that referenced this issue Oct 5, 2023
* Fix: Issue 9588

* Fix: Issue 9588

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fix: Issue 9588

* Fix: Issue #9588

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fix: Issue #9588

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fix: Issue #9588

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix: issue #9793

* fix: issue #9793

* fix: issue #9588

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix: issue #9844

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix: issue #9844

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix: issue #9844

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix: issue #9844

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
sedatguzelsemme pushed a commit to sedatguzelsemme/Python that referenced this issue Sep 15, 2024
* Fix: Issue 9588

* Fix: Issue 9588

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fix: Issue 9588

* Fix: Issue TheAlgorithms#9588

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fix: Issue TheAlgorithms#9588

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fix: Issue TheAlgorithms#9588

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix: issue TheAlgorithms#9793

* fix: issue TheAlgorithms#9793

* fix: issue TheAlgorithms#9588

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix: issue TheAlgorithms#9844

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix: issue TheAlgorithms#9844

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix: issue TheAlgorithms#9844

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix: issue TheAlgorithms#9844

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting triage Awaiting triage from a maintainer
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants