From 79635a8d7aa9e347be3f77103e973d105b4d8cf4 Mon Sep 17 00:00:00 2001 From: tangfqj Date: Sat, 24 Sep 2022 13:37:32 +0800 Subject: [PATCH] Fix some problems --- docs/数学进阶/CS70.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/数学进阶/CS70.en.md b/docs/数学进阶/CS70.en.md index 6758fb10..1ccf86e0 100644 --- a/docs/数学进阶/CS70.en.md +++ b/docs/数学进阶/CS70.en.md @@ -8,7 +8,7 @@ - Difficulty: 🌟🌟🌟 - Class Hour: 60 hours -This is Berkeley's introductory discrete mathematics course. The biggest highlight of this course is that it not only teaches you theoretical knowledge, but also introduce the applications of theoretical knowledge in practical algorithms in each module. In this way, students major in CS can consolidate the theoretical foundation as well as escaping the cold formal mathematical symbols, feel and experience the essence of theory in practical applications. +This is Berkeley's introductory discrete mathematics course. The biggest highlight of this course is that it not only teaches you theoretical knowledge, but also introduce the applications of theoretical knowledge in practical algorithms in each module. In this way, students majoring in CS can understand the essence of theoretical knowledge and use it in practice rather than struggle with cold formal mathematical symbols. Specific theory-algorithm correspondences are listed below.