Skip to content

allisonmazurek/TesterFinalProject_COMP_250

Repository files navigation

Tester COMP250 Final Project

Comp250 Assignment4 Mcgill University Fall 2020

Installation:

Clone this repository to your directory of choice. Add the following .java files to /src/main/java/finalproject

  • MyWebGraph.java ∗ Sorting.java ∗ SeachEngine.java ∗ XmlParser.java

screenshot

FOR THE TESTER TO WORK

Add the following constructor to SearchEngine.java

public SearchEngine(){
	this.wordIndex = new HashMap<String, ArrayList<String>>();
	this.internet = new MyWebGraph();	
}

Enjoy! Allison :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages