Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 660 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 660 Bytes

search-engine-java

Description

Search engine with a built-in web crawler that looks through a network of pages specified by the user. Given a search query, it calculates the PageRank and search scores in order to rank pages based on their similarity to the search query.

Technologies

Java, JavaFX

GUI:

Screenshot of game

How to Install and Use

  1. Clone this repository down to your computer.
  2. Through Intellij IDEA, open the project.
  3. Set up JavaFX.
  4. Run the App controller found in the main.controller package.