灵活使用STL编程,可以极大的简化编程代码!

Login to join training plan

STL由容器(Containers)、算法(Algorithms)、迭代器(Iterators)和函数对象(Function objects)四大部分组成,所有这些组件都是基于模板实现的

Section 1. STL函数、字符数组、string

Open

Problem Tried AC Difficulty
P1622  字符数组的常用操作函数 1 1 5
P1623  string的用法 0 0 5

Section 2. STL容器-vector动态数组

Open

Problem Tried AC Difficulty
P1618  vector与sort 1 1 5
P1619  vector的基础用法 0 0 6
P1620  二维vector 0 0 6
P1304  程序阅读-动态数组高精度加法 3 1 7
P1044  移动0 7 5 7
P1621  动态数组vector实现加法 1 1 7

Section 3. STL容器-stack栈

Open

Problem Tried AC Difficulty
P1047  括号匹配 1 1 7
P1137  中缀转后缀表达式 1 1 8
P1138  中缀转前缀表达式 1 1 8
P1433  波兰表达式 5 1 7

Section 4. STL容器-list链表

Open

Problem Tried AC Difficulty
P1122  检查IP地址是否合规 81 19 7

Section 5. STL容器-deque队列

Open

Problem Tried AC Difficulty
P776  忽略大小写的字符串比较 70 16 8
 
Enrollees
2
Created By