manifest.yml 480 字节
Newer Older
yin-zh's avatar
yin-zh 已提交
1 2 3 4 5 6 7 8 9 10 11 12
#课程主题信息配置
title: '冒泡排序'
target_user: '算法爱好者'
duration: '40分钟'
official_website: 'https://codechina.csdn.net'
discussion_url: 'https://codechina.csdn.net/weixin_45688547/bubble-sort-course-template'
tags:
  - '算法'
  - ‘排序算法’
  - ‘Learning LAB'
chapters:
  - title: 算法原理
yin-zh's avatar
yin-zh 已提交
13 14
    config_path: 01_算法原理/index.yml
    sort_index: 1
15 16 17 18

  - title: 算法实现
    config_path: 02_算法实现/index.yml
    sort_index: 2