From fac4fce3280108222235ad0a92daf6e590a205ba Mon Sep 17 00:00:00 2001 From: zaienaji Date: Mon, 26 Dec 2022 13:04:52 +0800 Subject: [PATCH 1/2] add NAND to Tetris --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5a7d975..2fa64fc 100644 --- a/README.md +++ b/README.md @@ -1095,6 +1095,7 @@ Graphs can be used to represent many problems in computer science, so this secti - [ ] [Registers and RAM (video)](https://youtu.be/fpnE6UAfbtU) - [ ] [The Central Processing Unit (CPU) (video)](https://youtu.be/FZGugFqdr60) - [ ] [Instructions and Programs (video)](https://youtu.be/zltgXvg6r3k) + - [ ] [Build a Modern Computer from First Principles](https://www.coursera.org/learn/build-a-computer) - ### Caches - [ ] LRU cache: From fe6eb797932e75c1ad395311bdb8d20a5a2a2df0 Mon Sep 17 00:00:00 2001 From: zaienaji Date: Tue, 27 Dec 2022 19:54:16 +0800 Subject: [PATCH 2/2] move NAND to Tetris to bottom (Additional Detail on Some Subjects) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2fa64fc..f7bbeb8 100644 --- a/README.md +++ b/README.md @@ -1095,8 +1095,6 @@ Graphs can be used to represent many problems in computer science, so this secti - [ ] [Registers and RAM (video)](https://youtu.be/fpnE6UAfbtU) - [ ] [The Central Processing Unit (CPU) (video)](https://youtu.be/FZGugFqdr60) - [ ] [Instructions and Programs (video)](https://youtu.be/zltgXvg6r3k) - - [ ] [Build a Modern Computer from First Principles](https://www.coursera.org/learn/build-a-computer) - - ### Caches - [ ] LRU cache: - [ ] [The Magic of LRU Cache (100 Days of Google Dev) (video)](https://www.youtube.com/watch?v=R5ON3iwx78M) @@ -1894,6 +1892,8 @@ You're never really done. - [CSE373 2020 - Mergesort/Quicksort (video)](https://www.youtube.com/watch?v=jUf-UQ3a0kg&list=PLOtl7M3yp-DX6ic0HGT0PUX_wiNmkWkXx&index=8) - [CSE373 2020 - Linear Sorting (video)](https://www.youtube.com/watch?v=0ksyQKmre84&list=PLOtl7M3yp-DX6ic0HGT0PUX_wiNmkWkXx&index=9) +- NAND To Tetris: [Build a Modern Computer from First Principles](https://www.coursera.org/learn/build-a-computer) + ## Video Series Sit back and enjoy.