李煜东《算法竞赛进阶指南》题单
题单介绍
# 基本完工
![](https://cdn.luogu.com.cn/upload/image_hosting/u77im3rp.png)
《算法竞赛进阶指南》的作者是 NOI 2012 的金牌得主李煜东。本书根据 CCF-NOI 信息学奥林匹克竞赛涉及的知识体系进行编写,对计算机程序设计的基本技能——数据结构与算法进行了深入的讲解。内容涵盖了基本算法、基本数据结构、搜索、数学知识、数据结构进阶、动态规划和图论等多个方面。
**因为题目数量较多,因此每章的例题和习题部分,分别列为一个题单。**
## 0x00 基本算法
- 例题:<https://www.luogu.com.cn/training/505362>
- 习题:<https://www.luogu.com.cn/training/503750>
## 0x10 基本数据结构
- 例题:<https://www.luogu.com.cn/training/506746>
- 习题:<https://www.luogu.com.cn/training/504516>
## 0x20 搜索
- 例题:<https://www.luogu.com.cn/training/506754>
- 习题:<https://www.luogu.com.cn/training/504581>
## 0x30 数学知识
- 例题:<https://www.luogu.com.cn/training/506768>
- 习题:<https://www.luogu.com.cn/training/504623>
## 0x40 数据结构进阶
- 例题:<https://www.luogu.com.cn/training/506779>
- 习题:<https://www.luogu.com.cn/training/504649>
## 0x50 动态规划
- 例题:<https://www.luogu.com.cn/training/506816>
- 习题:<https://www.luogu.com.cn/training/505327>
## 0x60 图论
- 例题:<https://www.luogu.com.cn/training/506837>
- 习题:<https://www.luogu.com.cn/training/505477>