Is there a built-in binary search tree in .NET 4.0, or do I need to build this abstract data type from scratch?
Edit
This is about the binary search tree specifically, and not abstract data type "trees" in general.
Is there a built-in binary search tree in .NET 4.0, or do I need to build this abstract data type from scratch?
This is about the binary search tree specifically, and not abstract data type "trees" in general.