TheAlgorithms / C-Plus-Plus

Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
https://thealgorithms.github.io/C-Plus-Plus
MIT License
30.82k stars 7.29k forks source link

Create naive_pattern_matching.cpp #2822

Closed nitendra2211 closed 3 weeks ago

nitendra2211 commented 1 month ago

Given text string with length n and a pattern with length m, the task is to prints all occurrences of pattern in text.

Description of Change

Checklist

Notes: