skully-coder / competitiveprogramming

This repository aims to contain solutions and explanations to various competitive programming problems, which may be important for interviews and online tests of different companies.
https://skully-coder.github.io/competitiveprogramming/
MIT License
39 stars 90 forks source link

KMP algorithm for pattern searching #161

Closed HeyySuraj closed 3 years ago

HeyySuraj commented 3 years ago

Is your feature request related to a problem? Please describe.

KMP algorithm is used for pattern searching .

we used pattern searching in our daily life for any file search in our Desktop sytem,

we used in google search also example of pattern search

Describe the solution you'd like

I implemented KMP algorithm in C++ language with example how its actually work

Plz assign me this issue to contribute me

skully-coder commented 3 years ago

Okay @Dr-blue-cyber, make sure you follow the guidelines

Saloni6111 commented 3 years ago

sir, please assign this issue to me