2
Answers

What are the differences between link list and vector in c++

I mean I want to figure out the main differences of link lists and vectors in c++ then decide which one can be more efficient in my program, please guide me, comprehensively.

Answers (2)