mirror of
https://github.com/142vip/408CSFamily.git
synced 2026-02-04 02:53:21 +08:00
16 lines
494 B
TypeScript
16 lines
494 B
TypeScript
export const algorithmSidebar = [
|
|
{
|
|
text: '基础入门',
|
|
link: "/ds/basic_introduction",
|
|
collapsible: false,
|
|
children: [{
|
|
text: '1.1 基本概念',
|
|
link: '/ds/basic_introduction/1.basic_concepts.md'
|
|
}, {
|
|
text: '1.2 数据结构三要素',
|
|
link: '/ds/basic_introduction/2.three_elements_of_data_structure.md'
|
|
}, {
|
|
text: '1.3 算法和算法评价',
|
|
link: '/ds/basic_introduction/3.algorithm_and_algorithm_evaluation.md'
|
|
}],
|
|
}] |