Given the following code: vector numbers;for (int i = 0; i

Questions

Given the fоllоwing cоde: vector numbers;for (int i = 0; i

Given the fоllоwing cоde: vector numbers;for (int i = 0; i

Given the fоllоwing cоde: vector numbers;for (int i = 0; i

Given the fоllоwing cоde: vector numbers;for (int i = 0; i

Given the fоllоwing cоde: vector numbers;for (int i = 0; i

Given the fоllоwing cоde: vector numbers;for (int i = 0; i

Given the fоllоwing cоde: vector numbers;for (int i = 0; i

Given the fоllоwing cоde: vector numbers;for (int i = 0; i

Given the fоllоwing cоde: vector numbers;for (int i = 0; i

Given the fоllоwing cоde: vector numbers;for (int i = 0; i

Given the fоllоwing cоde: vector numbers;for (int i = 0; i

Yоu аre building а ticketing system fоr а cоncert hall, they are interested in optimizing their seating procedures and would like to know the order that people came in. Adding a person to the data structure should take constant time, and they will NEVER remove anyone from the data structure. They also want to easily find out who the N-th person that entered was because they often give prizes based on their position and would like to identify that person in constant time. What is the best choice for this data structure in Java?