A Trie is a tree-like data structure used to store a dynamic set or associative array where the keys are usually strings. The term "trie" comes from the word "retrieval," and the structure is sometimes called a "prefix tree" because it can efficiently store and retrieve keys based on their prefixes.
-
Notifications
You must be signed in to change notification settings - Fork 0
Simple Trie Structure implementation in C++
License
JDSherbert/Trie
About
Simple Trie Structure implementation in C++
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published