mirror of
https://github.com/krahets/hello-algo.git
synced 2026-06-16 23:27:59 +08:00
26 lines
809 B
Markdown
26 lines
809 B
Markdown
---
|
||
icon: material/bookshelf
|
||
---
|
||
|
||
# 参考文献
|
||
|
||
[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] Robert Sedgewick, et al. Algorithms (4th Edition).
|
||
|
||
[4] 严蔚敏. データ構造(C 言語版).
|
||
|
||
[5] 邓俊辉. データ構造(C++ 言語版、第3版).
|
||
|
||
[6] マーク・アレン・ワイス著,陈越訳. データ構造とアルゴリズム解析:Java言語による記述(第3版).
|
||
|
||
[7] 程杰. データ構造の話.
|
||
|
||
[8] 王争. データ構造とアルゴリズムの美.
|
||
|
||
[9] Gayle Laakmann McDowell. Cracking the Coding Interview: 189 Programming Questions and Solutions (6th Edition).
|
||
|
||
[10] Aston Zhang, et al. Dive into Deep Learning.
|