Skip to content

An algorithm that outputs a list of terms that is most likely used given an input prefix.

Notifications You must be signed in to change notification settings

dkim03/autocomplete

Repository files navigation

Description

This program takes an input prefix and outputs a list of most likely words given a .txt file of words and their corresponding weights. The program implements a balanced BST coupled with a map data structure to quickly retrieve data given a list containing thousands of words.

Purpose

This project was created to practice the application of data structures to problems requiring efficient solutions.

About

An algorithm that outputs a list of terms that is most likely used given an input prefix.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages