Skip to content

Instantly share code, notes, and snippets.

View alejoriosm04's full-sized avatar
💻
Creating the future of tech

Alejandro Ríos Muñoz alejoriosm04

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