PPL Assignment
IRM2015006
all_search.h
Go to the documentation of this file.
1 #ifndef ALL_SEARCH_H
2 #define ALL_SEARCH_H
3 
4 #include "search.h"
5 #include "array_search.h"
6 #include "binary_search.h"
7 #include "hash_search.h"
8 
9 #endif /* ALL_SEARCH_H */