STL:C++标准容器库queue、stack
2021-02-05 21:17
标签:nbsp stl push 通过 c++ iter size back 算法 STL:C++标准容器库queue、stack 标签:nbsp stl push 通过 c++ iter size back 算法 原文地址:https://www.cnblogs.com/xiaozoui11cl/p/12786640.html//queue:先进先出,pop头部删除
//stack:先进后出,pop尾部删除
int main()
{
queue
上一篇:Python输出格式化
下一篇:Python实现堆
文章标题:STL:C++标准容器库queue、stack
文章链接:http://soscw.com/index.php/essay/51507.html