Removing an element from a Binary Search Tree in Python

Posted on Mon 24 October 2022 in Computing

I’ve been taking Codecademy lessons recently and one of the bonus exercises was to figure out how to delete an element from a binary search tree. I figured I’d give it a shot.


Continue reading