Search.io is a small-scale search engine built using Trie Data Structure. Its primary function is to offer autocomplete suggestions as users type query prefixes. Additionally, users can retrieve definitions for keywords existing in the engine’s dictionary. The application also showcases various search algorithms such as KMP and naive searching.
Check out the Github repository here.