answer:

If elements of a sequence are to be found using the position in the sequence, then an array is the best structure to use, since it will permit access of any element in O(1) time.