Skip to content

Auto Complete / Suggestion feature using Trie data structure

License

Notifications You must be signed in to change notification settings

smrpl/autocomplete

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto Complete

This projects implements the Trie Data Structure to create an autocomplete feature

Table of contents

Overview

The challenge

Users should be able to:

  • Enter a word or partial word
  • Recieve a list of words whose names start with the substring that they enter into the search bar

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox

What I learned

I learned how the Trie data structure works and how it can be used to complete an auto complete feature.

Author

About

Auto Complete / Suggestion feature using Trie data structure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 43.2%
  • CSS 31.4%
  • JavaScript 25.4%