From 6cee1729aa333d358c35ac8fa47547409969ba24 Mon Sep 17 00:00:00 2001 From: smxm <695335574@qq.com> Date: Tue, 17 Jan 2023 23:53:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=8F=A5=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/并行与分布式系统/MIT6.824.en.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/并行与分布式系统/MIT6.824.en.md b/docs/并行与分布式系统/MIT6.824.en.md index 11e8f91f..1425afe9 100644 --- a/docs/并行与分布式系统/MIT6.824.en.md +++ b/docs/并行与分布式系统/MIT6.824.en.md @@ -17,12 +17,12 @@ This course is so famous that you can easily have access to the project solution ## Resources - Course Website: -- Assignments: refer to the course website +- Assignments: refer to the course website. - Textbook: None -- Assignments: 4 torturing projects, the course website has specific requirements +- Assignments: 4 torturing projects, the course website has specific requirements. ## Personal Resources -All the resources and assignments used by @PKUFlyingPig in this course are maintained in [PKUFlyingPig/MIT6.824 - GitHub](https://github.com/PKUFlyingPig/MIT6.824) +All the resources and assignments used by @PKUFlyingPig in this course are maintained in [PKUFlyingPig/MIT6.824 - GitHub](https://github.com/PKUFlyingPig/MIT6.824). @[OneSizeFitsQuorum](https://github.com/OneSizeFitsQuorum) has written a [Lab Documentation](https://github.com/OneSizeFitsQuorum/MIT6.824-2021) that quite clearly describes many of the details to be considered when implementing lab 1-4 and challenge 1-2, you can read when you encounter bottlenecks ~ ~