File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Tags
2
+
3
+ Below is a list of problems classified by tags, suitable for focused practice on a certain type of problem.
4
+
5
+ <!-- material/tags -->
Original file line number Diff line number Diff line change
1
+ # 标签
2
+
3
+ 以下是按标签分类的题目列表,适合针对某一类题目进行专项练习。
4
+
5
+ <!-- material/tags -->
Original file line number Diff line number Diff line change @@ -221,9 +221,13 @@ def get_paths(dirs: str, m: int):
221
221
config += " - 程序员面试金典:\n "
222
222
config += "\n " .join (navdata_cn ["lcci" ])
223
223
config += "\n "
224
+ config += " - 专项训练: tags.md\n "
225
+ config += "\n "
224
226
en_config += " - Cracking the Coding Interview:\n "
225
227
en_config += "\n " .join (navdata_en ["lcci" ])
226
228
en_config += "\n "
229
+ en_config += " - Focused Training: tags.md\n "
230
+ en_config += "\n "
227
231
228
232
with open ("mkdocs.yml" , "w" , encoding = "utf-8" ) as f :
229
233
f .write (config )
Original file line number Diff line number Diff line change 62
62
plugins :
63
63
- search :
64
64
separator : ' [\s\u200b\-_,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
65
+ - tags :
66
+ tags_file : tags.md
65
67
66
68
markdown_extensions :
67
69
- pymdownx.superfences
You can’t perform that action at this time.
0 commit comments