competitiveprogramming icon indicating copy to clipboard operation
competitiveprogramming copied to clipboard

KMP & RabinKarp in Strings

Open pranavsuriya-sr opened this issue 2 years ago • 2 comments

Added the following Pattern Matching Algorithms in Strings: 1. KMP Algorithm 2. Rabin Karp Algorithm Created a folder named Pattern-Matching and added the two programs. File format and language used : C++.

Type of change

Please delete options that are not relevant.

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [X] New feature/code (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [ ] This change requires a documentation update

Checks

  • [X] Solution file
  • [X] README.md added
  • [ ] README.md already exists

Checklist:

  • [X] My code follows the style guidelines of this project
  • [X] I have performed a self-review of my own code
  • [X] I have commented my code, particularly in hard-to-understand areas
  • [X] I have made corresponding changes to the documentation
  • [X] My changes generate no new warnings
  • [X] I have added tests that prove my fix is effective or that my feature works

pranavsuriya-sr avatar Oct 09 '22 09:10 pranavsuriya-sr

Please review my pr and merge it.

pranavsuriya-sr avatar Oct 09 '22 09:10 pranavsuriya-sr

Stale pull request message

github-actions[bot] avatar Dec 09 '22 02:12 github-actions[bot]