1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-03-30 08:40:37 +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'
}],
}]
}]
}]

View File

@@ -1,6 +1,6 @@
export const cppSidebar=[
{
text:"计算机组成原理",
children:[]
}
]
export const cppSidebar = [
{
text: '计算机组成原理',
children: []
}
]

View File

@@ -1,6 +1,6 @@
export const cnSidebar=[
{
text:"计算机网络",
children:[]
}
]
export const cnSidebar = [
{
text: '计算机网络',
children: []
}
]

View File

@@ -1,7 +1,7 @@
export const dsSidebar = [
{
text: '基础入门',
prefix: "basic-introduction",
prefix: 'basic-introduction',
collapsible: false,
children: [
{
@@ -16,12 +16,12 @@ export const dsSidebar = [
text: '1.3 算法和算法评价',
link: '3.algorithm_and_algorithm_evaluation.md'
}
],
]
},
{
text: '线性表',
collapsible: false,
prefix: "linear-table",
prefix: 'linear-table',
children: [
{
text: '2.1 基础概念和操作',
@@ -58,11 +58,11 @@ export const dsSidebar = [
text: '2.9 零碎知识补充',
link: '9.piecemeal_knowledge_supplement.md'
}
],
]
},
{
text: "栈和队列",
prefix: "栈和队列",
text: '栈和队列',
prefix: '栈和队列',
collapsible: false,
children: [
{
@@ -98,4 +98,4 @@ export const dsSidebar = [
}
]
}
]
]

View File

@@ -1,23 +1,23 @@
export const noteMapSidebar=[{
text: '考研相关',
children: [{
text: '测试',
link: '/333'
}]
export const noteMapSidebar = [{
text: '考研相关',
children: [{
text: '测试',
link: '/333'
}]
}, {
text: "思维导图",
children: [{
text: '数据结构',
link: 'ds-map.md'
}, {
text: '操作系统',
link: 'os-map.md'
}, {
text: '计算机组成原理',
link: 'ccp-map.md'
}, {
text: '计算机网络',
link: 'cn-map.md'
}]
}]
text: '思维导图',
children: [{
text: '数据结构',
link: 'ds-map.md'
}, {
text: '操作系统',
link: 'os-map.md'
}, {
text: '计算机组成原理',
link: 'ccp-map.md'
}, {
text: '计算机网络',
link: 'cn-map.md'
}]
}]

View File

@@ -1,6 +1,6 @@
export const osSidebar = [
{
text: "操作系统",
children: []
}
]
{
text: '操作系统',
children: []
}
]