Binary trees

Avl tree in c

The following C project contains the C source code and C examples used for avl tree. AVLTree.h is a class that will create an AVL Tree. myDriver.cp is a driver to test the class. Supporting comments within code.

Binary tree class in c

The following C project contains the C source code and C examples used for binary tree class. This is a basic binary tree class implemented using templates, so it can be used with any data type. It includes the pre-order, post-order, and in-order traverses.

Red black tree in matlab

The following Matlab project contains the source code and Matlab examples used for red black tree. Matlab implementation of RedBlack tree using Object Oriented Prgraming Approach. Implements the following methods: Constructor for the tree Add new node Delete node from tree plot the tree find minimum entry in tree find maximum entry in tree search for the entry k in tree.
Subscribe to RSS - Binary trees