What are the applications of binary trees?

To squabble about the performance of binary-trees is meaningless – they are not a data structure, but a family of data structures, all with different performance characteristics. While it is true that unbalanced binary trees perform much worse than self-balancing binary trees for searching, there are many binary trees (such as binary tries) for which … Read more