Y
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
jokoon
3266 days ago
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.
link
1vn
3266 days ago
That's more of an implementation detail of C++, no?
link
jokoon
3262 days ago
Not really.
link