This commit is contained in:
krahets
2023-10-06 13:31:21 +08:00
parent b3956c9e88
commit dda64b52e1
154 changed files with 19511 additions and 56469 deletions
+19
View File
@@ -0,0 +1,19 @@
# 参考文献
[1] Thomas H. Cormen, et al. Introduction to Algorithms (3rd Edition).
[2] Aditya Bhargava. Grokking Algorithms: An Illustrated Guide for Programmers and Other Curious People (1st Edition).
[3] 严蔚敏. 数据结构(C 语言版).
[4] 邓俊辉. 数据结构(C++ 语言版,第三版).
[5] 马克 艾伦 维斯著,陈越译. 数据结构与算法分析:Java语言描述(第三版).
[6] 程杰. 大话数据结构.
[7] 王争. 数据结构与算法之美.
[8] Gayle Laakmann McDowell. Cracking the Coding Interview: 189 Programming Questions and Solutions (6th Edition).
[9] Aston Zhang, et al. Dive into Deep Learning.