dsalglib  1.0.0
dsalglib is a ready to use data structures and algorithms library written in C++ . Object Oriented Template implementations are written.
search.h
Go to the documentation of this file.
1 //
2 // Created by moghya_s on 10/2/2016.
3 //
4 
5 #ifndef DSALGLIB_SEARCH_H
6 #define DSALGLIB_SEARCH_H
7 
8 #include "binarysearch.h"
9 #include "kmpsearch.h"
10 
11 #endif //DSALGLIB_SEARCH_H