Skip to content

TreeSortedDictionary

Kal Ahmed edited this page Sep 26, 2016 · 1 revision

Home > Collections > TreeSortedDictionary

TreeSortedDictionary

The TreeSortedDictionary is an implementation of a standard .Net IDictionary<T> which maintains the sort order of the keys.

It is identical in functionality to the standard .net SortedDictionary<T> it merely uses our own BinaryTree implementation.

Clone this wiki locally