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

KMP Algorithm for Pattern Searching #839

Open
manastole03 opened this issue Oct 21, 2021 · 2 comments
Open

KMP Algorithm for Pattern Searching #839

manastole03 opened this issue Oct 21, 2021 · 2 comments

Comments

@manastole03
Copy link

🚀 Feature

An easy to implement an algorithm (KMP Algorithm) that finds the pattern in a given text.

Have you read the Contribution Guidelines?

Yes

Pitch

Given a text text[] and a pattern[], write a function search(char pattern[], char text[]) that prints all occurrences of pattern[] in text[].
Example : text[] = "My Name is Manas"
pat[] = "Manas"
Solution : Pattern found at index 12

@manastole03
Copy link
Author

Please assign this issue to me :) 👍
@PaulEvans8669 @cr33dx @Corentin-Leffy @beardedasianlad

@shubhig226
Copy link

@manastole03 I can do this using java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants