C++STL幾種經常使用容器簡要概括

文章目錄 vector queue priority_queue deque set/multiset map bitset 本文參考李煜東《算法競賽進階指南》,筆者做概括總結。 本文將簡要介紹STL中vector,queue,priority_queue,deque,set,multiset,map,bitset八種容器及其操做方法。web vector 使用此容器需在程序前加上頭文件#incl
相關文章
相關標籤/搜索