Category:Balanced tree

From LiteratePrograms

Jump to: navigation, search

A balanced tree, in the sense we use it here, is a binary search tree where the operations are modified to ensure that the tree height is low (usually O(log n)) at all times (or on average). There are several, often complex implementations of balanced trees.


Subcategories

There are 3 subcategories to this category.

A

R

S

Articles in category "Balanced tree"

There are 0 articles in this category.
Personal tools