Skip to content

Theraot.Collections.Specialized.AVLTree

Alfonso J. Ramos edited this page Nov 10, 2015 · 2 revisions

AVLTree<TKey, TValue>

This class is (as the name says) an AVL tree based on a key-value pair. This is internally used for some sorting escenarios, in particular SortedSet<T> uses a AVLTree<T, T> internally.

Clone this wiki locally