Source Code for HappyCoders.eu article series on tree data structures (binary tree, binary search tree, AVL tree, red-black tree). Easy implementation of various Data Structures in Java language.
tree_printer A Java class for printing binary trees as ASCII text It hasn't been optimized for run time efficiency, but since we're talking about printing in ASCII, I figured it's not going to be used ...