Skip to content

Final Data Structures & Algorithms project. With Christian and Brian!

Notifications You must be signed in to change notification settings

cscaff/Movies_COP3530

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOCUMENTS

Document Folder
Database

  • We only downloaded - title.basics.tsv title.ratings.tsv
  • Then, we merged on "MergeData.ipynb"
  • We will be working with "merged_data.csv"

TO-DO LIST

  • Create Movie Objects (Read File input and stream into movie objects) - Christian
  • Polish menu to accept "would you rather pop, length, rating" and account edge cases - Fernando
  • Ask how many movies in the rank (top 3, 10, 100, etc) - Fernando
  • Loop through .csv and make objects
  • Sort with merge/quick
    • Input: vector array of movie objects
    • Output: sorted list of movies
  • Print sorted list of movies (based on user input for rank amount)
  • Work on output (How to display output)
  • Show how much time it took to sort with quick sort and merge sort
  • Make .ipynb to .py
  • Analysis report

About

Final Data Structures & Algorithms project. With Christian and Brian!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 66.3%
  • C++ 33.7%