Skip to main content

2 docs tagged with "prefix-tree"

View all tags

Trie (Prefix Tree)

A comprehensive guide to the Trie (Prefix Tree) data structure with visual diagrams, Insert, Search, Delete, and AutoComplete implementations in Python, Java, and C++, and practice problems.

Trie (Prefix Tree)

A complete guide to Trie data structure -- a tree-based data structure for efficient string operations like prefix matching, autocomplete, and IP routing.