Difference between revisions of "PrintAvlTree"
From CMSC 420
(Created page with "Print the AVL-G Tree. Will be up once the spec is correct :)") |
|||
Line 1: | Line 1: | ||
Print the AVL-G Tree. | Print the AVL-G Tree. | ||
− | + | Takes no arguments, and merely prints the structure of your AVL-g tree using the rules from Section 7. This function is used to serialize your AVL-g tree so that its correctness can be checked. |
Revision as of 20:41, 26 October 2013
Print the AVL-G Tree.
Takes no arguments, and merely prints the structure of your AVL-g tree using the rules from Section 7. This function is used to serialize your AVL-g tree so that its correctness can be checked.