/binary-trees-program

This program represents the form of binary trees in linked lists, it allows in-order, pre-order and post-order traversals, as well as inserting new nodes, searching for keys, deleting nodes, among other functions.

Primary LanguageJava

No issues in this repository yet.