Skip to content
/ trie Public

A Trie data structure for strings in C++ and JS

Notifications You must be signed in to change notification settings

joenano/trie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

Trie

A Trie data structure for strings in C++ and JS

Rough timing on old laptop

Strings Building Lookup(1535 res)
cpp 370102 485ms 5ms
js 370102 2200ms 16ms

About

A Trie data structure for strings in C++ and JS

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published