Java Built in Data Structures
19 ratings

1,624 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.