Problem
Discuss an application that requires an unordered collection of elements. Indicate whether a set or bag would be the appropriate data structure. Then decide what implementation was be most beneficial, an array list or a linked list. Decide whether that list should be sorted or unsorted. Explain your reasoning at each step.