An Extensive Examination of Data Structures Using C# 2.0, Part 3
Hits: 873
Description: This Article looks at a common data structure that is not included in the .NET Framework Base Class Library, binary trees. A binary search tree, or BST, allows for a much more optimized search time than with unsorted arrays.