This project demonstrates my knowledge of ArrayLists and LinkedLists by reading a text file with book names. After which it:
Reads all incorrect records and places them in an ArrayList of Book objects;
Reads all correct records and puts them in a singular circular linked list of Book Objects.
Reads all the indexes from the ArrayList and stores them in a file called YearErr.txt._
Please note this was done from my Object-Oriented Programming II course