Skip to content

A simple search engine created in Java that experiments with various data structures

Notifications You must be signed in to change notification settings

clairelin23/Google-Search-Engine-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google-Search-Engine-Simulator

functionalities:

  • search for a keyword and display the top 30 websites ranked by randomly generated scores using RB-Tree sorting
  • display search results in alphabetical order using bucket sort
  • store top 10 search keywords with results using max heap priority queue
  • increase priority of a website by changing scores
  • a GUI panel

two main package:

  • webCrawler is responsible for retrieving URLs given a user input
  • sorting is responsible for ranking and displaying search results

About

A simple search engine created in Java that experiments with various data structures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages