Skip to content

An autocomplete system written in JavaScript that preforms a Trie tree lookup with a search query.

Notifications You must be signed in to change notification settings

gregorygaines/foogle-autocomplete

Repository files navigation

Foogle Autocomplete

autocomplete

The system is written in JavaScript and autocomplete suggestions are stored in a trie tree. When a user types a search query, the query is used as a prefix to find other suggestions that start with the query.

About

An autocomplete system written in JavaScript that preforms a Trie tree lookup with a search query.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published