Skip to content

Commit

Permalink
docs: update classic algorithm questions
Browse files Browse the repository at this point in the history
  • Loading branch information
XPoet committed May 27, 2024
1 parent 5b02a0b commit 42b8515
Show file tree
Hide file tree
Showing 2 changed files with 280 additions and 356 deletions.
8 changes: 4 additions & 4 deletions src/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ export default defineConfig({
text: '算法',
collapsed: false,
items: [
{ text: '排序', link: '/algorithm/sort' },
{ text: '搜索', link: '/algorithm/search' },
{ text: '设计思想', link: '/algorithm/idea' },
{ text: '经典算法', link: '/algorithm/classic' },
{ text: '排序算法', link: '/algorithm/sort' },
{ text: '搜索算法', link: '/algorithm/search' },
{ text: '算法设计思想', link: '/algorithm/idea' },
{ text: '经典算法真题', link: '/algorithm/classic' },
]
},
},
Expand Down
Loading

0 comments on commit 42b8515

Please sign in to comment.