Incremental Graph Connectivity - The problem of searching 2-connected subgraphs, or bridges
2-D Range Tree - The problem of searching points in a rectangle
Huffman Tree - The problem of data compression. Also used to encode and decode data
Max Stack Element - The problem of retrieving a max element in a stack per O(1)