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