Skip to content

Commit

Permalink
Merge branch 'main' of github.com:CCNU-ACM-Official/CCNU-ACM-Official…
Browse files Browse the repository at this point in the history
….github.io
  • Loading branch information
a48zhang committed Jan 6, 2024
2 parents 7279008 + 08aa972 commit 9866189
Show file tree
Hide file tree
Showing 4 changed files with 678 additions and 320 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
lang: 'zh-CN',
base: '/',
title: 'CCNU ACM',
siteTitle: 'CCNU ACCCCCM',
siteTitle: 'CCNU ACM',
description: 'CCNU ACM Wiki',
lastUpdated: true,
srcExclude: ['**/README.md', '**/TODO.md'],
Expand Down Expand Up @@ -197,4 +197,4 @@ export default {
],
}
}
}
}
2 changes: 1 addition & 1 deletion docs/搜索/14.BFS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ titleTemplate: 搜索

## BFS

深度有限搜索会向着一个方向一直走,走到头为止,再退回去尝试其他路线,而广度优先搜索是在每个方向上都一步一步地走。
深度优先搜索会向着一个方向一直走,走到头为止,再退回去尝试其他路线,而广度优先搜索是在每个方向上都一步一步地走。

$DFS$:(数字标号是访问节点的顺序)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"markdown-it-mathjax3": "^4.3.2",
"vitepress": "^1.0.0-rc.25"
"vitepress": "^1.0.0-rc.31"
},
"dependencies": {}
}
Loading

0 comments on commit 9866189

Please sign in to comment.