Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

binary_search_tree

This is a special case binary search tree in Ruby language. Tree add method returns a number of node values greater than the giving node value.

Every subtree rotates left or right if left or right subtree is significantly larger.

red_black_bst

This is a red black binary search tree. Put method returns a number of keys greater than given. TreeRank method returns number of keys smaller, than given.

About

tree data structures in ruby

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages