Related resources for BST Successor Predecessor Maximum Minimum
  • Searching a Binary Search Tree (BST) Using C#1/19/2014 4:34:15 PM. This articles descries the various ways to searc the elements of a Binary Search Tree (BST) such as searching for an element in a BST, finding the minimum and maximum elements and finding the successor and predecessor of an element.