Is there a built-in Binary Search Tree in .NET 4.0?

Viewed 69386

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.

6 Answers
Related