Java Built in Data Structures
20 ratings

1,856 already enrolled
Create and Populate a Java LinkedList with the data and compare its performance with ArrayList.
Use a Set data structure to uniquify the data.
Create a HashMap of the data and look up a record based on a unique key.