Skip to content

jankupczyk/Tree-Traversals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tree-Traversals (BST)

🌲 A simple BST (Binary Search Tree) generator written in python

Installation

Use the package manager pip to install BST.

Usage

f.e Useful when we need to create a binary search tree for

{30, 43, 13, 8, 50, 40, 20, 19, 22}                               

BST

In-order

Pre-order

Post-order

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

GNU

About

🌲 A simple BST (Binary Search Tree) generator written in python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages