How the list containers are implemented?
(a) Using Double linked list
(b) Using Single linked list
(c) Using Single & Double linked list
(d) Using linear linked list
I got this question in an interview.
I'm obligated to ask this question of Sequences in chapter Class Hierarchies, Library & Containers of C++