List Class in STL in C++ Nitish Sahni 29 March Add Comment Nitish Sahni List class supports a bidirectional linear list. Vector supports random access but a list can be accessed sequentially only. List can be ac... Read More