Which data structure (i.e. array based list or linked list) is the optimum one for following problems?
- Read only look-up table
- Class roster
- When lots of inserts & deletes are involved
- When you have no clue about how big the list will grow