Are there any objects in C# (or in .net) that represents a binary tree (or for curiosity) and n-ary tree?
I am not talking about presentation tree controls, but as m
I am late to the party but this article says that SortedList and SortedDictionary are both based on trees.