C#.Algo.RedBlackBST

Git

From Jasewick, Algos on Java, translated to C#

Binary tree grows down, balanced binary tree (for ex. 2-3 BST or RedBlack BST is not so hi – so search in it will take only lgN)

RedBlackBST.cs

 

This entry was posted in C#. Bookmark the permalink.