1. 程式人生 > >NO.6章 STL

NO.6章 STL

常用 stl air fcc -c mut Go AC max

NO.6章 C++標準庫(STL)介紹

1. vector

2. set

3. string

4. map

5. queue

6. priority_queue

7. stack

8. pair

9. algorithm 下常用函數

1)max()、min()、abs()

2)swap()

3)reverse()

4)next_permutation()

5)fill()

6)sort()

7)lower_bound()、upper_bound()

NO.6章 STL