Skip to content

OlivierJar/binarySearchTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

binarySearchTree

Binary a binary search tree consists of a branch structure, where each branch has a value, and 2 branch options.

The insert function, insterts on the left side smaller & equal values to the value of the branch

insert (Tree, number)-> Number= value to insert in the tree Tree= The tree the value is going to be inserted in

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages