The programming team knows they need to create a program that will use a linear data structure to complete large amounts of data manipulation very quickly. Which data structure is most appropriate?

linked list
graphs
array list
maps

1 answer

The most appropriate data structure for completing large amounts of data manipulation very quickly would be an array list.