Skip to content

A very simple implementation of Trie data structure in C++

Notifications You must be signed in to change notification settings

MyAUTDataStructureCourse/Trie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Trie Data Structure

Trie is a structure to store many words in memory like the ones in dictionaries.

About

A very simple implementation of Trie data structure in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published