Skip to content

Troogle is a CLI that allows users to interact with a global Trie data structure hosted online (Slingshot Take Home Challenge)

Notifications You must be signed in to change notification settings

ahaanlimaye/troogle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Troogle

A CLI (Command Line Interface) available via npm as @ahaanlimaye/troogle that allows users to interact with a Global Trie Data Structure

What is a Trie?

A Trie is an efficient reTrieval data structure for words. This tree structure can search for a word in O(M) time (M being the longest word length). Read more about Tries

CLI Instructions and Installation

Please refer to the CLI README.md for instructions and installation

How is Troogle Hosted?

Please refer to the Server README.md for information on Troogle's server

About

Troogle is a CLI that allows users to interact with a global Trie data structure hosted online (Slingshot Take Home Challenge)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published