Objects that represent trees

前端 未结 4 1888
暖寄归人
暖寄归人 2020-12-05 07:41

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

4条回答
  •  萌比男神i
    2020-12-05 08:23

    I am late to the party but this article says that SortedList and SortedDictionary are both based on trees.

提交回复
热议问题