Correct Answer : Using Double linked list
Explanation : List containers are implemented as doubly-linked lists. Doubly linked lists can store each of the elements they contain in different and unrelated storage locations.