Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 240 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 240 Bytes

MovieSearch

Inputs movies and reviews, allowing the user to query search a movie by movie ID, movie Name, or review ID. Uses binary search trees for fast search. Data is inputted from the "movies" file.

Prints movie stats and reviews.