algorithm-excercise/bubble_sort.md at master - GitHub
文章推薦指數: 80 %
核心:冒泡,持续比较相邻元素,大的挪到后面,因此大的会逐步往后挪,故称之为冒泡。
Bubble Sort. Reference. 冒泡排序- 维基百科,自由的百科全书.
Skiptocontent
{{message}}
ganjingcatherine
/
algorithm-excercise
Public
forkedfromniangaotuantuan/algorithm-excercise
Notifications
Fork
898
Star
0
Code
Pullrequests
0
Actions
Projects
0
Wiki
Security
Insights
More
Code
Pullrequests
Actions
Projects
Wiki
Security
Insights
Permalink
master
Branches
Tags
Couldnotloadbranches
Nothingtoshow
{{refName}}
default
Couldnotloadtags
Nothingtoshow
{{refName}}
default
algorithm-excercise/basics_sorting/bubble_sort.md
Gotofile
Gotofile
T
Gotoline
L
Copypath
Copypermalink
Thiscommitdoesnotbelongtoanybranchonthisrepository,andmaybelongtoaforkoutsideoftherepository.
Cannotretrievecontributorsatthistime
BubbleSort-冒泡排序
Reference
10lines(5sloc)
337Bytes
Raw
Blame
Editthisfile
E
OpeninGitHubDesktop
OpenwithDesktop
Viewraw
Viewblame
BubbleSort-冒泡排序
核心:冒泡,持续比较相邻元素,大的挪到后面,因此大的会逐步往后挪,故称之为冒泡。
Reference
冒泡排序-维基百科,自由的百科全书
Go
Youcan’tperformthatactionatthistime.
Yousignedinwithanothertaborwindow.Reloadtorefreshyoursession.
Yousignedoutinanothertaborwindow.Reloadtorefreshyoursession.
延伸文章資訊
- 1时间复杂度转载自维基百科3_alittlewhitea的博客
维基百科,自由的百科全书. 在计算机科学中,算法的时间复杂度是一个函数,它 ... 冒泡排序、插入排序 ... 例如,矩阵链排序可以通过一个PRAM模型.
- 2冒泡排序- 维基百科,自由的百科全书 - Wikipedia
冒泡排序(英语:Bubble Sort)又称为泡式排序,是一种简单的排序算法。它重复地走访过要排序的数列,一次比较两个元素,如果它们的顺序错误就把它们交换过来。
- 3(1)冒泡排序(Bubble Sort) · 常见排序算法 - 看云
最近整理了一些常见的排序算法,资料基本上都来自网上,大部分参考了维基百科,分析了常见算法的原理,并举例分步说明,有的还给出了排序动画演示,但没有涉及算法复杂 ...
- 4冒泡排序- 维基百科,自由的百科全书
- 5侏儒排序- 维基百科,自由的百科全书
此后Dick Grune(英语:Dick Grune)也描述了这一算法,称其为“侏儒排序”。此算法类似于插入排序,但是移动元素到它该去的位置是通过一系列类似冒泡排序的移动实现的。从 ...