Binary Trees

Home > Computer Science > Algorithms and data structures > Tree Algorithms > Binary Trees

A type of tree where each node can have at most two children; operations performed on binary trees such as searching, sorting, and balancing.