Java Built in Data Structures
Оценки: 19

1 630 уже зарегистрированы
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.