Binary Search Tree Command Line Interface
https://github.com/AliAlimohammadi/Binary-Search-Tree.git
This is a full implementation of Binary Search Tree (based on CLRS).
It also supports "Balance" command which balances an unbalanced B.S.T.
It also contains the "Show" command which draws the B.S.T in the console.