Skip to content
#

typeahead-completions

Here are 19 public repositories matching this topic...

⚒This is a simple version of typeahead implemeted in java using Trie. Typeahead is a feature of software, website or application(and some typewriters) that enables users to continue typing and keep receiving hottest keyowrds based on what they are typing as the prefix of those keyowrds.

  • Updated Mar 22, 2017
  • Java

This project simulates a Type ahead feature with an in memory database(using Redis) which is similar to google's auto suggestion feature when typing in a search command. It is a complete standalone project which consists of backend which implements Trie and prefixweb which is used to call backend logic using REST API. --

  • Updated Jul 24, 2024
  • Java

Improve this page

Add a description, image, and links to the typeahead-completions topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the typeahead-completions topic, visit your repo's landing page and select "manage topics."

Learn more