Skip to content

A Java project that suggests words as you type, like a search engine. Uses binary search and sorting to quickly find and rank matches by weight. Includes a simple Swing GUI for real-time autocomplete suggestions and lets you open selected results directly in Google Search.

Notifications You must be signed in to change notification settings

muhibrahimkhan/Java-Autocomplete-Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Java Autocomplete Search

This project is a simple Java autocomplete program that suggests words as you type — like a search engine. It uses binary search and sorting algorithms to quickly find and rank matches by weight. A Swing-based GUI lets you see results update in real time and open selected terms directly in Google Search.

🚀 Features Fast prefix search using binary search Suggestions sorted by relevance (weight) Real-time GUI with dropdown suggestions Click a result to search on Google Clean and modular object-oriented design

🧠 How It Works The program reads words and weights from a data file. When you type a prefix, it finds all matching words. Results are sorted by weight and displayed instantly

About

A Java project that suggests words as you type, like a search engine. Uses binary search and sorting to quickly find and rank matches by weight. Includes a simple Swing GUI for real-time autocomplete suggestions and lets you open selected results directly in Google Search.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages