shaoyuanhangyes / gitalk

This repository is a storage saving web-blog https://shaoyuanhangyes.github.io issues
https://shaoyuanhangyes.github.io
0 stars 0 forks source link

STL | shaoyuanhangyes #10

Open shaoyuanhangyes opened 4 years ago

shaoyuanhangyes commented 4 years ago

https://shaoyuanhangyes.github.io/2020/04/22/STL/#more

C++ STLSTL是Standard Template Library 是一种泛型编程STL从广义上分为 容器(container) 算法(algorithm) 迭代器(iterator)目前广泛认为STL有六大组件 容器可以说容器就是将一些常用的数据结构用模版实现出来容器中包括的常用数据结构有: 字符串(string) 定长数组(array) 动态数组(vector) 链表(list) 栈(s