Author: Michael Dickens mdickens@stanford.edu
Author: Mihail Eric meric@stanford.edu
This is our CS221 project: a query search engine for finding Stanford courses.
Course Info Database Format:
(course title, course code (CS106B), course instructor, course units, course description)
**Note in this database, many classes have multiple instructor names in the 'course instructor' entry.
Instructor Database Format:
(course instructor, course code)
**In this database, a single instructor is mapped to the appropriate course code.
Method names are camel case and variable names are all lowercase.