Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 448 Bytes

File metadata and controls

10 lines (7 loc) · 448 Bytes

CourseRecommendationProject

Ranks princeton courses within departments from highest to lowest - Reads in course rating data from online website (http://recal.io) with selenium webdriver

Implements binary search to locate elements within the dataset, and sorts with various types of comparator objects (compare based on the different rating criteria)

Output data as CSV and export again as txt file

Note: needs StdIn class to read in values.