《算法竞赛入门经典》题单
《算法竞赛入门经典》(Begining Algorithm Contests)
例题及练习题单
洛谷的Remote Judge很大程度上方便了Uva的提交
这里将 AOAPC II Volume 的内容链接为个人题单(Including examples and exercises),便于练习
Uva OJ
AOCAPC II : Begining Algorithm Contests(Second Edition) (Rijia Liu)
Part 1
- Chapter 3.Arrays and Strings
- Chapter 4.Functions and Recursion
- Chapter 5.C++ and STL
Part 2
- Chapter 6.Data Structures
- Chapter 7.Brute Force
Part 3
- Chapter 8.Algorithm Design
- Chapter 9.Dynamic Programming(1)
- Chapter 9.Dynamic Programming(2)
- Chapter 10.Maths(1)
- Chapter 10.Maths(2)
- Chapter 11.Graph Theory(1)
- Chapter 11.Graph Theory(2)
- Chapter 12.Advanced Topics