Skip to content

Commit e1c9116

Browse files
author
1020325258
committed
docs:提交阿里秋招算法文档
1 parent 29205a5 commit e1c9116

File tree

4 files changed

+21
-23
lines changed

4 files changed

+21
-23
lines changed

docs/.vuepress/config.js

Lines changed: 21 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -239,25 +239,6 @@ module.exports = {
239239
},
240240
]
241241
},
242-
{
243-
text: '算法',
244-
items: [{
245-
text: '阿里秋招算法',
246-
items: [{
247-
text: '00-阿里秋招高频算法题汇总(基础篇)',
248-
link: '/md/algorithm/logic/leetcode/00-阿里秋招高频算法题汇总(基础篇).md'
249-
},
250-
{
251-
text: '01-阿里秋招高频算法题汇总(中级篇)',
252-
link: '/md/algorithm/logic/leetcode/01-阿里秋招高频算法题汇总(中级篇).md'
253-
},
254-
{
255-
text: '03-阿里秋招高频算法题汇总(进阶篇)',
256-
link: '/md/algorithm/logic/leetcode/03-阿里秋招高频算法题汇总(进阶篇).md'
257-
}
258-
]
259-
}]
260-
},
261242
{
262243
text: '微服务',
263244
items: [{
@@ -358,7 +339,24 @@ module.exports = {
358339
items: [{
359340
text: '00-计算机网络-网络层原理',
360341
link: '/md/network/计算机网络-网络层原理.md'
361-
}, ]
342+
},
343+
{
344+
text: '阿里秋招算法',
345+
items: [
346+
{
347+
text: '00-阿里秋招高频算法题汇总-基础篇',
348+
link: '/md/algorithm/logic/leetcode/00-阿里秋招高频算法题汇总-基础篇.md'
349+
},
350+
{
351+
text: '01-阿里秋招高频算法题汇总-中级篇',
352+
link: '/md/algorithm/logic/leetcode/01-阿里秋招高频算法题汇总-中级篇.md'
353+
},
354+
{
355+
text: '03-阿里秋招高频算法题汇总-进阶篇',
356+
link: '/md/algorithm/logic/leetcode/03-阿里秋招高频算法题汇总-进阶篇.md'
357+
}
358+
]
359+
}]
362360
},
363361
{
364362
text: '爬虫',
@@ -623,9 +621,9 @@ module.exports = {
623621
collapsable: false,
624622
sidebarDepth: 0,
625623
children: [
626-
"00-阿里秋招高频算法题汇总(基础篇)",
627-
"01-阿里秋招高频算法题汇总(中级篇)",
628-
"02-阿里秋招高频算法题汇总(进阶篇)",
624+
"00-阿里秋招高频算法题汇总-基础篇",
625+
"01-阿里秋招高频算法题汇总-中级篇",
626+
"02-阿里秋招高频算法题汇总-进阶篇",
629627
]
630628
},
631629
],
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)