Skip to content

Commit 42b8515

Browse files
committed
docs: update classic algorithm questions
1 parent 5b02a0b commit 42b8515

File tree

2 files changed

+280
-356
lines changed

2 files changed

+280
-356
lines changed

src/.vitepress/config.mts

+4-4
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ export default defineConfig({
6868
text: '算法',
6969
collapsed: false,
7070
items: [
71-
{ text: '排序', link: '/algorithm/sort' },
72-
{ text: '搜索', link: '/algorithm/search' },
73-
{ text: '设计思想', link: '/algorithm/idea' },
74-
{ text: '经典算法', link: '/algorithm/classic' },
71+
{ text: '排序算法', link: '/algorithm/sort' },
72+
{ text: '搜索算法', link: '/algorithm/search' },
73+
{ text: '算法设计思想', link: '/algorithm/idea' },
74+
{ text: '经典算法真题', link: '/algorithm/classic' },
7575
]
7676
},
7777
},

0 commit comments

Comments
 (0)