dsalglib  1.0.0
dsalglib is a ready to use data structures and algorithms library written in C++ . Object Oriented Template implementations are written.
dsalglib.h
Go to the documentation of this file.
1 //
2 // Created by moghya_s on 10/1/2016.
3 //
4 
5 #ifndef DSALGLIB_DSALGLIB_H
6 #define DSALGLIB_DSALGLIB_H
7 
8 
9 #include "include/alginc.h"
10 #include "include/linklist.h"
11 #include "include/stack.h"
12 #include "include/array.h"
13 #include "include/search.h"
14 #include "include/sort.h"
15 #include "include/queue.h"
16 #include "include/tree.h"
17 #include "include/heap.h"
18 #include "include/graph.h"
19 
20 #endif //DSALGLIB_DSALGLIB_H