From 6030a3c560d722d450366f92f0aaa8ba0f481db6 Mon Sep 17 00:00:00 2001 From: smxm <695335574@qq.com> Date: Sat, 22 Oct 2022 23:04:16 +0800 Subject: [PATCH] Update MIT6.824.en.md --- 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 f024f98d..11e8f91f 100644 --- a/docs/并行与分布式系统/MIT6.824.en.md +++ b/docs/并行与分布式系统/MIT6.824.en.md @@ -8,9 +8,9 @@ - Difficulty: 🌟🌟🌟🌟🌟🌟 - Class Hour: 200 hours -This course, same as MIT 6.S081, comes from the renowned MIT PDOS lab. the instructor, Professor Robert Morris, was once a famous hacker who created 'Morris', the first worm virus in the world. +This course, the same as MIT 6.S081, comes from the renowned MIT PDOS Lab. The instructor, Professor Robert Morris, was once a famous hacker who created 'Morris', the first worm virus in the world. -Each lecture in this course consists of an intensive reading of a classic paper in the field of distributed systems, in this way teaching you the important principles and key techniques of distributed systems design and implementation. The Project of this course is known for its difficulty. 4 programming assignments take you step by step to implement a KV-store framework based on the Raft consensus algorithm, allowing you to experience the randomness and complexity of parallelism and distribution the painful debugging. +Each lecture will discuss a classic paper in the field of distributed systems, teaching you the important principles and key techniques of distributed systems design and implementation. The Project is known for its difficulty. In four programming assignments, you will implement a KV-store framework step by step based on the Raft consensus algorithm, allowing you to experience the randomness and complexity to implement and debug a distributed system. This course is so famous that you can easily have access to the project solutions on the Internet. It is highly recommended to implement the projects on your own. @@ -25,4 +25,4 @@ This course is so famous that you can easily have access to the project solution 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 ~ ~ \ No newline at end of file +@[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 ~ ~