Binary Search Tree Command Line Interface 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.