Skip to content

Commit 29205a5

Browse files
author
1020325258
committed
docs:更新阿里算法
1 parent fc06373 commit 29205a5

File tree

4 files changed

+911
-0
lines changed

4 files changed

+911
-0
lines changed

docs/.vuepress/config.js

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,25 @@ 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+
},
242261
{
243262
text: '微服务',
244263
items: [{
@@ -599,6 +618,17 @@ module.exports = {
599618
]
600619
},
601620
],
621+
"/md/algorithm/logic/leetcode/": [{
622+
title: "阿里秋招算法",
623+
collapsable: false,
624+
sidebarDepth: 0,
625+
children: [
626+
"00-阿里秋招高频算法题汇总(基础篇)",
627+
"01-阿里秋招高频算法题汇总(中级篇)",
628+
"02-阿里秋招高频算法题汇总(进阶篇)",
629+
]
630+
},
631+
],
602632
"/md/spring/spring-cloud/": [{
603633
title: "SpringCloudAlibaba",
604634
collapsable: false,

0 commit comments

Comments
 (0)