Kumar-laxmi / Algorithms

A Repository for algorithms in C, C++, Python and Java
Apache License 2.0
310 stars 372 forks source link

Naive Pattern Searching algorithm in c++, java #1342

Closed saurabhsingh720 closed 1 month ago

saurabhsingh720 commented 1 year ago

image Description-

1: It is simple and uses brute force approach. 2: It compares first character of pattern with searchable text. If match is found, pointers in both strings are advanced. If match not found, pointer of text is incremented and pointer of pattern is reset. This process is repeated until the end of the text. 3: It directly starts comparing both strings character by character.

saurabhsingh720 commented 1 year ago

@Kumar-laxmi please assign me under SSOC,23

chhavisharma30 commented 11 months ago

I can solve this issue. Kindly assign me this issue.

shivangi2002 commented 11 months ago

@Kumar-laxmi I Can solve this. Can you please assign it to me?

github-actions[bot] commented 2 months ago

Stale issue message