Skip to content

tigarcia/BinarySearchTreeRuby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Binary Search Tree

Binary search tree starter code written in ruby

Problems

  • Implement and test find
  • Implement and test delete
  • Implement and test max height (finds the largest path in the tree)
  • Implement and test adding values as an array when a new tree is created. Ensure that the tree is balanced when inserting.

About

Binary search tree starter code written in ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages