/Binary-Tree

Simple Implementation of Binary-tree in C

Primary LanguageC

A Binary-Tree implementation in C.

Current features:
-Create an unordered binary-tree.
-Pre-order traversal.
-Post-order traversal.
-In-order traversal.