• Stars
    star
    772
  • Rank 58,455 (Top 2 %)
  • Language
  • Created almost 6 years ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

📚 awesome algorithm books I've collected 【不定期更新】 搜集整理的算法书籍(经典算法、ML/DL算法、面试算法、比赛算法等)

awesome algorithm books

Some awesome algorithm books I collected.

[不断更新中] 搜集整理的算法书籍(经典算法、ML/DL算法、面试算法、比赛算法等)

目录:(目录更新有延迟,大量书籍请看网盘! 后续会添加更多网盘链接)

classic algorithms: 经典算法

阿里云盘 提取码: 24dc

  • A Common-Sense Guide to Data Structures and Algorithms - Level Up Your Core Programming Skills.epub
  • Algorithms in a Nutshell.epub
  • Algorithms to Live By - Brian Christian.epub
  • Algorithms Unlocked - Thomas H. Cormen.epub
  • C++数值算法.pdf
  • C数值算法.pdf
  • Data Structures and Algorithm Analysis Edition 3.2 (Java Version).pdf
  • Data Structures and Algorithms in Python - 2013.pdf
  • Data Structures and Algorithms Using Python - 2011.pdf
  • Everyday Data Structures - A practical guide to learning data structures simply and easily.epub
  • Fundamentals of Python - Data Structures - 2014.pdf
  • Introduction to Algorithms - Third Edition.pdf
  • Java数据结构和算法.(第二版).pdf
  • PHP 7 Data Structures and Algorithms.azw3
  • Problem Solving with Algorithms and Data Structures Release 3.0 - 2013.pdf
  • Python Algorithms, 2nd Edition 2014.pdf
  • 《啊哈!算法》.pdf
  • 大话数据结构.pdf
  • 数据结构与算法分析C++描述.pdf
  • 数据结构与算法分析:C语言描述(第2版).pdf
  • 算法图解 - [美] Aditya Bhargava.epub
  • 算法图解 - [美] Aditya Bhargava.pdf
  • 算法导论(第2版).pdf
  • 算法帝国.克里斯托弗·斯坦纳.epub
  • 算法心得 高效算法的奥秘 原书第2版.pdf
  • 算法心得:高效算法的奥秘(第2版).pdf
  • 算法精解:C语言描述 (O'Reilly精品图书系列) - (美)Kyle Loudon.mobi
  • 算法设计与分析_算法导论(中文版第二版).pdf
  • 算法设计与分析(第3版).pdf
  • 经典算法大全.pdf

ML and DL algorithms: 机器学习与深度学习算法

阿里云盘 提取码: 3zw1

  • 21个项目玩转深度学习:基于TensorFlow的实践详解.pdf
  • Bishop-Pattern-Recognition-and-Machine-Learning-2006.pdf
  • DATA MINING AND ANALYSIS (数据挖掘与分析).pdf
  • data mining guide.pdf
  • prml-errata-1st-20110921.pdf
  • prml-errata-2nd-20110921.pdf
  • prml-errata-3rd-20110921.pdf
  • prml-slides-1.pdf
  • prml-slides-2.pdf
  • prml-slides-3.pdf
  • prml-slides-8.pdf
  • prml-web-sol-2009-09-08.pdf
  • Python数据分析与挖掘实战.pdf
  • TensorFlow Machine Learning Cookbook.pdf
  • TensorFlow实战_黄文坚(完整).pdf
  • The Master Algorithm - Pedro Domingos.epub
  • 动⼿学深度学习.pdf
  • 推荐系统实践.pdf
  • 机器学习从认知到实践(第2辑)(套装共3册,Python+TensorFlow)(异步图书).epub
  • 机器学习实战高清.pdf
  • 机器学习导论.pdf
  • 机器学习系统设计(图灵程序设计丛书).epub
  • 梯度下降.pdf
  • 深度学习Deep Learning.pdf
  • 百面机器学习.pdf
  • 神经网络原理.pdf
  • 神经网络和深度学习.pdf
  • 统计学习方法-李航.pdf
  • 统计学习方法李航.pdf
  • 集体智慧编程-python算法应用.pdf

algorithms for interview: 面试算法

阿里云盘 提取码: y3z4

  • Algorithmic Puzzles.pdf
  • LeetCode 题解-cpp.pdf
  • 剑指offer名企面试官精讲典型编程题.pdf
  • 算法珠玑 algorithm-essentials-cpp.pdf
  • 算法珠玑 algorithm-essentials-java.pdf
  • 编程之法:面试和算法心得.mobi
  • 编程之美:微软技术面试心得.pdf
  • 编程珠玑(第2版).pdf

algorithms for competition: 竞赛算法

阿里云盘 提取码: ks95

  • ACM-ICPC_Cheat_Sheet.pdf
  • Stanford_University_ICPC_Team_Notebook.pdf
  • theoretical_computer_science_cheat_sheet.pdf

More Repositories

1

pytorch-tutorials-examples-and-books

PyTorch tutorials, examples and some books I found 【不定期更新】整理的PyTorch 最新版教程、例子和书籍
Jupyter Notebook
1,042
star
2

awesome-deep-learning-and-machine-learning-questions

【不定期更新】收集整理的一些网站中(如知乎、Quora、Reddit、Stack Exchange等)与深度学习、机器学习、强化学习、数据科学相关的有价值的问题
301
star
3

pytorch-FCN-easiest-demo

PyTorch Implementation of Fully Convolutional Networks (a very simple and easy demo).
Python
192
star
4

Deep-Learning-with-PyTorch-A-60-Minute-Blitz-cn

PyTorch1.0 深度学习:60分钟入门与实战(Deep Learning with PyTorch: A 60 Minute Blitz 中文翻译与学习)
Jupyter Notebook
161
star
5

The-Python-Standard-Library-by-Example

《Python3 标准库》电子书和配套代码 "The Python Standard Library by Example" ebook and source code 一本又厚又全的讲解Python3标准库的书籍(1000多页)适合当作字典参考或者闲暇时慢慢阅读。
Python
157
star
6

python-source-code-analysis

《Python源码剖析 深度探索动态语言核心技术》电子书, 配套资源, 配套代码
C++
79
star
7

pytorch-examples-cn

用例子学习PyTorch1.0(Learning PyTorch with Examples 中文翻译与学习)
Jupyter Notebook
68
star
8

challenge-competitive-programming

《挑战程序设计竞赛2:算法与数据结构》电子书和配套代码
C++
66
star
9

pytorch-cookbook

pytorch常用代码段、踩过的坑、小技巧整理,不定期更新中
53
star
10

Fundamentals-of-Python-Data-Structures

《数据结构(Python语言描述)》"Fundamentals of Python:Data Structures" 电子书和配套代码
Python
42
star
11

TibetanMNIST

MNIST of Tibetan handwriting 国产手写藏文MNIST数据集(TibetanMNIST)的图像分类处理与各种好玩的脑洞~
Jupyter Notebook
31
star
12

numpy-user-guide-zh

📖 [译] NumPy 用户手册官方文档翻译 ✏ Translate numpy-user-guide into Chinese
23
star
13

goof-off-extension-pack

vscode摸鱼划水必备插件合集
19
star
14

awesome-ai-books-and-code

整理的一些书籍和源码,集合到一起,要看或者有需要的时候就不用再找了🙃
Jupyter Notebook
17
star
15

RMB-Dataset

人民币照片数据集
6
star
16

markdown-extension-pack

Popular Visual Studio Code extensions for Markdown
6
star
17

awesome-matplotlib

4
star
18

matlab-extension-pack

Popular Visual Studio Code extensions for Matlab
3
star
19

bat67

2
star
20

deep-MARL-papers

[WIP✏] Paper list of deep multi-agent reinforcement learning (deep MARL)
2
star
21

leetcode-extension-pack

Popular Visual Studio Code extensions for LeetCode
1
star