Princeton21 / Data-Structures-and-Algorithms

Repository consisting of data-structures and algorithms.
MIT License
32 stars 130 forks source link

Added Manacher's Algorithm #394

Closed Sapna127 closed 2 years ago

Sapna127 commented 2 years ago

Fixes issue:

Changes:

Inside the string algorithm folder added the new string algorithm named Manacher's Algorithm in the cpp language.

Princeton21 commented 2 years ago

Looks great. Kindly add README in the respective folder describing the algorithm.

Sapna127 commented 2 years ago

Done with the updates please merge the PR. And do let me know if any changes needed.

Sapna127 commented 2 years ago

yes added the readme in the respective folder of manacher's algo.