-
Notifications
You must be signed in to change notification settings - Fork 16
TreeSortedDictionary
Kal Ahmed edited this page Sep 26, 2016
·
1 revision
Home > Collections > 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.