Closed kavyasree-123 closed 3 years ago
Hello @kavyasree-123,
Thank you for opening an issue. :partying_face:
To get assigned to this particular issue please use /assign
Check this guide before contributing.
/assign
This issue has been assigned to @kavyasree-123! It will become unassigned if it isn't closed within 21 days. A maintainer can also add the pinned label to prevent it from being unassigned.
@kavyasree-123 Someone is already working in this issue in C here #4052. Kindly check before opening an issue.
💥 Proposal
Rabin-Karp is pattern searching algorithm to find the pattern in a more efficient way, finds the hash value. When the hash value is matched, then only it tries to check each character To give a clear idea lets have inputs and outputs
Input: str[] = "abcdefghji" word[] = "abc" Output: Pattern is at position 1
Have you read the Contributing Guidelines on Pull Requests?
yes