STL 筆記(三) 容器適配器 stack、queue、priority_queue

轉載:http://blog.csdn.net/thisinnocence/article/details/39673043 棧 stack  棧 stack 是一種先進後出的(First In Last Out, FILO)的數據結構。在 STL中,stack 底層容器默認使用的是deque, 也能夠本身指定用 vector 或 list 容器,而後將其接口適配爲棧的接口。部分源代碼:算法 [c
相關文章
相關標籤/搜索