M31 Coding Blog
About Computing and programming
in the .NET Universe and beyond
Binary Search Tree in C#
A binary search tree (BST) is one of the most fundamental data structures in computer science. While its definition is rather simple it can be used as a sorted set with logarithmic runtimes for insertion, deletion and search.