garimasingh128 / CP-DSA-Cpp-C

🕺 Give me data and I will structure it! 🔥
56 stars 100 forks source link

Added Z-algorithm #62

Closed sayantan01 closed 3 years ago

sayantan01 commented 3 years ago

Wrote a well-commented program for counting number of occurrences of a pattern as a substring in a given string using Z-Algorithm. Including the file z-algo.cpp.