previous | start | next

The delete method

The delete method follows the public/private recursive general pattern, but as is sometimes the case with data structure classes, the delete method seems to present some additional difficulties.

The delete method for BSTSet is no exception. There are two cases:



previous | start | next