With my on-going study of algorithms and data structures, I’m continuing to the next data structure, Binary Trees. This is what I’ve learned so far about Binary Trees. Finding data within a binary search tree is typically pretty quick, as well as insertion and deletion. — — — — —…