This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Test the behavior of a binary tree | |
Written in Python by Alejandro Ríos | |
For the course "Data Structures and Algorithms I" at EAFIT University | |
- Links the functions and classes of binaryTree.py with your main file | |
- Prints your Binary Tree in the console | |
- Create a Binary Tree from scratch and see the output from your modifications |