danknessdra / RateMyProfessors.help

The RateMyProfessor helper to help find the best professors for your courses
https://ratemyprofessors.help
MIT License
2 stars 1 forks source link

ranking of professors #23

Closed yuuwe-n closed 2 years ago

yuuwe-n commented 2 years ago

instead of getting GE requirements right now, we just get input of specific course, and rank professors based off course.

we can use a search algorithm to help rank professor.

right now we have a json of courses containing: department course prof ranking num_of_ratings difficulty

our input should be course name, course name matches with course inside json file

for course that matches inside json file, add to a hashmap of the matched courses

each course will be a struct hashmap will contain structs of courses, [key, value] [course, struct]

not sure about sorting/ranking

yuuwe-n commented 2 years ago

if we want to we can convert from array to hashmap [course name](linked list of structs)

yuuwe-n commented 2 years ago

still needs to work on ByRanking interface to also consider num of ratings inside sort