Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 1.21 KB

File metadata and controls

55 lines (33 loc) · 1.21 KB

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

  • [Subasri SK]