Skip to content

svoytas/Trie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trie

This is an implementation of a Java Trie. A Trie is a Datastructure, which is used to search for strings. Each node insight the Trie, represents a single character.

alt text

A Trie allows to compress the stored data, since prefixes are stored only once.

Releases

No releases published

Packages

No packages published