-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
59 lines (48 loc) · 1.46 KB
/
Copy pathmkdocs.yml
File metadata and controls
59 lines (48 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
site_name: Learning at School
site_description: 学校的课程笔记和学习资料maybe
site_author: MJ
theme:
name: material
language: zh
features:
- navigation.tabs
- navigation.top
- search.highlight
- search.suggest
- navigation.sections
- navigation.footer
palette:
- scheme: default
primary: blue
accent: light blue
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
- toc:
permalink: true
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
extra_css:
- stylesheets/extra.css
nav:
- 首页: index.md
- 英语文体学: ZJUcourse/stylistics.md
- 数据结构基础:
- 算法分析: ZJUcourse/FDS/fds_lecture1.md
- 列表、栈、队列: ZJUcourse/FDS/fds_lecture2.md
- 树: ZJUcourse/FDS/fds_lecture3.md
- 堆: ZJUcourse/FDS/fds_lecture4.md
- 并查集: ZJUcourse/FDS/fds_lecture5.md
- 线段树: ZJUcourse/FDS/segment_tree.md
- 图: ZJUcourse/FDS/graph_algorithms.md
- 排序: ZJUcourse/FDS/sorting.md
- 哈希表: ZJUcourse/FDS/hashing.md
- 统计学习:
- 线性代数基础: ZJUcourse/StatisticalLearning/LinearAlgebra.md
- KNN 与偏差-方差权衡: ZJUcourse/StatisticalLearning/knn.md
- 线性回归模型: ZJUcourse/StatisticalLearning/linearreg.md
- 因果推断: ZJUcourse/StatisticalLearning/causal_intro.md