Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 333 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 333 Bytes

HomeWork 3

This program reads in movie data from movies.csv file and stores data into a Binary search tree.

How to use:

  • Clone repository
  • Open terminal and cd into the src folder
  • Compile and run the program Main.java from src folder
Output is stored in a txt filed called output.txt inside output folder