STL——Standard Template Library
解决程序的复用性,核心思想是泛型化思想。
STL中的一些概念:
容器:链表list、栈stack、动态数组vector、双端队列deque、队列queue、映射map
游标:指针类型,许多函数需要用到它们作为参数
算法:暂时理解为方法