Binary Search Tree: Remove: Coding

Given your previous exercises to familiarize yourself with the BST's remove
method, ... starter solution, in the PCE_ForTests project, you should find a class
named BST. This class provides some simple test code for your Remove method.

Part of the document