dsalglib  1.0.0
dsalglib is a ready to use data structures and algorithms library written in C++ . Object Oriented Template implementations are written.
Namespaces | Functions
kmpsearch.h File Reference
#include "array.h"

Go to the source code of this file.

Namespaces

 dsa
 

Functions

template<typename type >
void dsa::kmppreprocess (array< long long int > pre, array< type > pat)
 
template<typename type >
array< long long int > dsa::kmpsearch (array< type > arr, array< type > pat)