A Blooping Bug occurs when a binary search tree's recursive calls are so deep, they get tangled in a knot.
The symptoms include: infinite recursion, stack overflow, and an existential crisis.
Bloop! Fix by reorganizing your code and adding a little bit of sanity.