Skip to content

Instantly share code, notes, and snippets.

Avatar
💻
Working on a project

Alejandro Ríos Muñoz alejoriosm04

💻
Working on a project
View GitHub Profile
@alejoriosm04
alejoriosm04 / binaryTree.py
Created October 27, 2022 02:25
Python script to test the behavior of a binary tree
View binaryTree.py
"""
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