This repository is not active
fvalela1/Publication-Listing
A Java program that inputs a a publication listing .txt file into an array, detects any duplicates in publication codes & prompts the user for a new code - making sure it isn't already used. After creating a new .txt file with the updated, duplicate-free publication listings, it then allows the user to add data entries, performs a binary & sequential search on a user inputted publication code, and, finally, creates a serialized binary .dat file of the updated publication array.
Java