Learning Goal: I’m working on a java project and need an explanation and answer to help me learn.
The goal of this assignment is to demonstrate your mastery of object oriented design, searching and sorting algorithms by handling a large dataset efficiently with respect to time and space. In this assignment, you will create a search for movie tags which entertainment consumers have placed in the MovieLens Dataset. For this, you will use the algorithms and data structures covered in class to this point. Your implementation will read data from a file of tags, allow the user to search for individual tags by popularity and display the results in a user-friendly manner. Please Note that you may not use HashMap in this assignment.