提交 34a5d35b 编写于 作者: yin-zh's avatar yin-zh

Merge branch 'weixin_45688547-master-patch-99310' into 'master'

更新01_算法原理/index.yml, 01_算法原理/001_about_bubble_sort.md, 01_算法原理/firtst.md

See merge request !1
## 关于冒泡排序
冒泡排序(Bubble Sort),是一种计算机科学领域的较简单的排序算法。
它重复地走访过要排序的元素列,依次比较两个相邻的元素,如果顺序(如从大到小、首字母从Z到A)错误就把他们交换过来。走访元素的工作是重复地进行直到没有相邻元素需要交换,也就是说该元素列已经排序完成。
这个算法的名字由来是因为越小的元素会经由交换慢慢“浮”到数列的顶端(升序或降序排列),就如同碳酸饮料中二氧化碳的气泡最终会上浮到顶端一样,故名“冒泡排序”。
** :wave: 准备好了吗?准备好的话请点击下方的开始学习按钮 :point_down: :point_down: :point_down: **
(x) 开始学习 {{太棒了,让我们开始学习新的内容吧}}
|| 小提示:点击开始学习按钮就ok了 ||
# 在所有的任务之前执行
before:
link: '{{chapter_1_url}}'
transitions:
action:
- type: create_issue
title: "带你了解冒泡排序"
with: 001_about_bubble_sort.md
store:
chapter_1_url: '{{result.data.html_url}}'
- type: choice
with: first.md
to: step1
# Task 列表
step1:
link: '{{chapter_1_url}}'
description: "小调查: 你了解版本控制系统吗?"
transitions:
events: ['note_events']
action:
- type: issue_comment.created
with: 001_2_vsc_survey.md
to: step2
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册