Package Struct

Class Trie

java.lang.Object
Struct.Trie

public class Trie extends Object
A Trie (or Prefix Tree) data structure implementation that supports efficient insertion and search operations for strings. It optimizes space and time complexities where several strings have common prefixes.
Since:
1.0
Version:
1.0
Author:
Sahasrad Chippa