Groups
Category
A trie (prefix tree) stores strings or bit-sequences so that common prefixes share nodes, making operations depend on the key length L rather than the set size.
A segment tree is a complete binary tree that stores information about array intervals to answer range queries and support point updates in O(log n).