/Data-Structures

A reference Repo with implementation of common data structures for practice.

Primary LanguageC++

Data-Structures

A reference Repo with implementation of common data structures for practice.

tree.h

tree.h is the implementation of a generic tree. It can be used to test various functions that require a tree root to be tested on.

To use this library, simply copy this header file into your current directory and include this library after "using namespace std;" in your program.

A sample program to use this library is also included.