Any use case for a regular binary tree?

When would you ever use a regular binary tree instead of a, for example, binary search tree? Or is it just a broad term that in all cases would be some sort of specialized tree? i.e., AVL Tree, Red-Black tree, Binary search tree, etc?

Comments (0)