1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-04-14 18:30:30 +08:00

refactor: eslint规则,删除无用算法代码

This commit is contained in:
妹妹下雨回不去
2023-03-02 22:26:28 +08:00
parent c3cbc0353a
commit 6995f595a2
122 changed files with 327 additions and 5986 deletions

View File

@@ -1,7 +1,7 @@
export const algorithmSidebar = [
{
text: '基础入门',
link: "/ds/basic_introduction",
link: '/ds/basic_introduction',
collapsible: false,
children: [{
text: '1.1 基本概念',
@@ -12,5 +12,5 @@ export const algorithmSidebar = [
}, {
text: '1.3 算法和算法评价',
link: '/ds/basic_introduction/3.algorithm_and_algorithm_evaluation.md'
}],
}]
}]
}]