2-3Binary-Tree icon indicating copy to clipboard operation
2-3Binary-Tree copied to clipboard

A 2-3 Binary Tree data structure in C.

A program written in C that outlines a 2-3 binary tree data structure. Includes a numerous amount of methods for modifying and creating the tree.