알고리즘 문제풀이/알고리즘
자료구조 취사 선택
이제ise이제
2024. 4. 14. 21:23
출처 : https://stackoverflow.com/questions/2209224/vector-vs-list-in-stl
vector vs. list in STL
I noticed in Effective STL that vector is the type of sequence that should be used by default. What's does it mean? It seems that ignore the efficiency vector can do anything. Could anybody
stackoverflow.com