Skip to content

JDSherbert/Trie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

image

Trie Implementation

Stars Badge Forks Badge Watchers Badge Issues Badge


License




Overview

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.


Releases

No releases published

Packages

No packages published

Languages