In this video I will explain the KMP Algorithm along with its application to the problem "string matching" from CSES string algorithm section.
Code implementation in C++ : https://github.com/ramandeep8421/Algorithms/blob/main/KMP_Algorithm.cpp
Code implementation in Java: https://github.com/ramandeep8421/Algorithms/blob/main/KMP_Algorithm.java
Code implementation in Python: https://github.com/ramandeep8421/Algorithms/blob/main/KMP_Algorithm.py