Hacker News new | ask | show | jobs
by 1vn 3267 days ago
Perhaps I am missing something, but aren't vectors and lists almost equivalent?
1 comments

Well yes, but the big difference is that you don't have random access with lists, you have O(n). Bjarne Stroutup talked about lists too.
That's more of an implementation detail of C++, no?
Not really.