First thing that comes to mind when I hear binary trees is data compression.
In particular, huffman compression makes use of binary trees where a tree is first built as a map to be used to compress data.
First thing that comes to mind when I hear binary trees is data compression.
In particular, huffman compression makes use of binary trees where a tree is first built as a map to be used to compress data.