From 41b31eaf4f0ca0eddfd292d4afdf8a5228a0ee19 Mon Sep 17 00:00:00 2001 From: liangminghao Date: Thu, 16 Jun 2022 09:15:50 +0800 Subject: [PATCH 1/2] Add books for Theoretical Computer Science --- docs/好书推荐.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/好书推荐.md b/docs/好书推荐.md index 0fe797f3..84d4ed99 100644 --- a/docs/好书推荐.md +++ b/docs/好书推荐.md @@ -50,6 +50,10 @@ - Designing Data-Intensive Applications: The Big Ideas Behind Reliable, Scalable, and Maintainable Systems ([开源中文翻译](https://github.com/Vonng/ddia)) +## 理论计算机科学 + +- Introduction to the Theory of Computation,中文版:计算理论导引 + ## 密码学 - Introduction to modern cryptography (second edition) by Jonathon Katz & Yehuda Lindell From 892240a879c2798c2c50fc17b0f79068a371720a Mon Sep 17 00:00:00 2001 From: liangminghao Date: Thu, 16 Jun 2022 09:22:31 +0800 Subject: [PATCH 2/2] Add books for Compiler --- docs/好书推荐.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/好书推荐.md b/docs/好书推荐.md index 84d4ed99..8fa299ab 100644 --- a/docs/好书推荐.md +++ b/docs/好书推荐.md @@ -25,6 +25,7 @@ - [My First Language Frontend with LLVM Tutorial](https://llvm.org/docs/tutorial/MyFirstLanguageFrontend/index.html) - Compilers: Principles, Techniques, and Tools (Dragon Book) +- Engineering a Compiler ## 计算机语言(PL)