We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67bdac2 commit 3c142eaCopy full SHA for 3c142ea
app/docs/computer-science/index.mdx
@@ -8,6 +8,37 @@ tags:
8
docId: ksjj9shalh6hqezx6t6am5vw
9
---
10
11
+# 计算机科学
12
+
13
+欢迎来到计算机科学知识库!我们在此收集了计算机科学各个领域的核心概念和深入分析。
14
15
+## 主体内容
16
17
+### 数据结构和算法
18
19
+- [数据结构基础](https://github.com/sherlock-zhang/blog/blob/master/computer-science/data-structures)
20
+- 常见算法分析
21
+- 复杂性理论
22
23
+### 编程语言
24
25
+- 编程范式
26
+- 语言设计原则
27
+- 编译器理论
28
29
+## 学习建议
30
31
+我们建议按照以下顺序学习:
32
33
+1. 首先掌握基本的数据结构
34
+2. 理解常见算法的实现
35
+3. 学习算法复杂度分析
36
+4. 深入特定领域的高级主题
37
38
+---
39
40
+_本知识库由学生社区维护。欢迎投稿!_
41
42
# Computer Science
43
44
Welcome to the Computer Science Knowledge Base! Here we collect core concepts and in-depth analysis from various fields of computer science.
0 commit comments