Skip to content

Python program to visualize binary tree maps by using the Turtle library

Notifications You must be signed in to change notification settings

rlazimi-dev/binary-tree-visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BinaryTreeVisualization

- Running the files

  - Run through command line using:
      > `python BinaryTreeMapVisualization.py`
  - Run on PyCharm by opening the cloned repo folder as a PyCharm project

- Importing Other Implementations of BinarySearchTreeMap

  - The current visualization program assumes BinarySearchTreeMap class contains a class Node with class variables: left, right, parent, height
  - In case another implementation of BinarySearchTreeMap containing different variable names for Node is used, be sure to update BinarySearchTreeMapVisualization so the correct fields of Node are accessed

- Example Tree

alt text

About

Python program to visualize binary tree maps by using the Turtle library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages