Home > Binary-Search-Tree

Binary-Search-Tree

Binary-Search-Tree is a project mainly written in C, based on the View license.

A Binary Search Tree implementation.

The project consists of files to create a binary search tree for dealing with integers. It also has functions to traverse the tree in pre Order, in order and post order.

Previous:URLExpander