对我所知道的计算机(算法/数学)资源进行汇总整理
其实不仅仅是信息学奥赛的算法
...
- Introduction to Algorithms, 4th Edition 典中典
- Algorithms, 4th Edition 这也是经典
- Mathematics in Programming (同构:编程中的数学) 大佬评价说有《几何原本》的味道,喜欢Haskell的有福了
- Dr. Dobb’s Essential Books on Algorithms & Data Structures 《编程珠玑》中对其进行了推荐,是复杂的算法和数据结构的课程包
- Discrete Mathematics and Its Applications, 8th Edition 这位更是重量级嗷
- Linear Algebra for Computational Sciences and Engineering 更适合计算机学生体质的线性代数
- Correctness of Dijkstra’s algorithm 迪杰斯特拉算法为什么是对的
- Universal Optimality of Dijkstra Via Beyond-Worst-Case Heaps 迪杰斯特拉算法确实牛逼
- Optimal Bounds for Open Addressing Without Reordering 哈希表方面,据说是推翻了图灵奖得主姚期智40年前提出的猜想
- ACM-ICPC-Preparation
- Shanghai Tech University
- Elementary Functional Algorithms(算法新解)
- StoneValley 个人维护的C语言通用算法库
- 刘汝佳(紫书+蓝书)
- OI-wiki 伟大无需多言
- labuladong 这也是大佬
- hello-algo
- Dictionary of Algorithms and Data Structures NIST维护的算法和数据结构词典
