Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Bubble Sort
Search
KuoE0
March 04, 2013
Programming
0
2.2k
Bubble Sort
KuoE0
March 04, 2013
Tweet
Share
More Decks by KuoE0
See All by KuoE0
Protocol handler in Gecko
kuoe0
0
77
面試面試面試,因為很重要所以要說三次!
kuoe0
2
210
應徵軟體工程師
kuoe0
0
150
面試心得分享
kuoe0
0
390
Windows 真的不好用...
kuoe0
0
250
Python @Wheel Lab
kuoe0
0
180
Introduction to VP8
kuoe0
0
200
Python @NCKU_CSIE
kuoe0
0
95
[ACM-ICPC] Tree Isomorphism
kuoe0
1
220
Other Decks in Programming
See All in Programming
AI時代におけるSRE、 あるいはエンジニアの生存戦略
pyama86
6
1.1k
Less waste, more joy, and a lot more green: How Quarkus makes Java better
hollycummins
0
100
「今のプロジェクトいろいろ大変なんですよ、app/services とかもあって……」/After Kaigi on Rails 2024 LT Night
junk0612
5
2.1k
とにかくAWS GameDay!AWSは世界の共通言語! / Anyway, AWS GameDay! AWS is the world's lingua franca!
seike460
PRO
1
860
RubyLSPのマルチバイト文字対応
notfounds
0
120
みんなでプロポーザルを書いてみた
yuriko1211
0
260
イベント駆動で成長して委員会
happymana
1
320
役立つログに取り組もう
irof
28
9.6k
3 Effective Rules for Using Signals in Angular
manfredsteyer
PRO
1
100
Click-free releases & the making of a CLI app
oheyadam
2
120
Hotwire or React? ~アフタートーク・本編に含めなかった話~ / Hotwire or React? after talk
harunatsujita
1
120
よくできたテンプレート言語として TypeScript + JSX を利用する試み / Using TypeScript + JSX outside of Web Frontend #TSKaigiKansai
izumin5210
6
1.7k
Featured
See All Featured
It's Worth the Effort
3n
183
27k
Facilitating Awesome Meetings
lara
50
6.1k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
229
52k
How to train your dragon (web standard)
notwaldorf
88
5.7k
Building a Scalable Design System with Sketch
lauravandoore
459
33k
Git: the NoSQL Database
bkeepers
PRO
427
64k
A Tale of Four Properties
chriscoyier
156
23k
Imperfection Machines: The Place of Print at Facebook
scottboms
265
13k
Docker and Python
trallard
40
3.1k
Thoughts on Productivity
jonyablonski
67
4.3k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
246
1.3M
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
169
50k
Transcript
Bubble Sort ֲࢸݢʢKuoE0ʣ
[email protected]
KuoE0.ch
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) http://creativecommons.org/licenses/by-sa/3.0/ Latest update: Mar
4, 2013
Origin 10 2 7 9 1 10 9 7 2
1
7 2 10 1st Iteration 9 1
7 2 10 10 2 1st Iteration 9 1
7 2 10 10 2 1st Iteration 9 1
7 7 2 10 10 2 1st Iteration 9 1
2
7 7 2 10 10 2 1st Iteration 9 1
2
7 7 2 10 10 2 1st Iteration 9 1
2 9 7
7 7 2 10 10 2 1st Iteration 9 1
2 9 7
7 7 2 10 10 2 1st Iteration 9 1
2 9 7 1 9
7 7 2 10 10 2 1st Iteration 9 1
2 9 7 1 9
7 7 2 10 10 2 1st Iteration 2 7
9 1 10 9 1 2 9 7 1 9 10 1
1 7 2 2nd Iteration 10 9
1 7 2 7 2 2nd Iteration 10 9
1 7 2 7 2 2nd Iteration 10 9
1 7 2 7 2 2nd Iteration 10 9 2
9
1 7 2 7 2 2nd Iteration 10 9 2
9
1 1 7 2 7 2 2nd Iteration 10 9
2 9 7
1 1 7 2 7 2 2nd Iteration 10 9
2 9 7
1 1 7 2 7 2 2nd Iteration 2 7
1 9 10 10 9 2 9 7 1 9
3rd Iteration 10 9 7 2 1
3rd Iteration 10 9 7 2 1 2 7
3rd Iteration 10 9 7 2 1 2 7
3rd Iteration 10 9 7 2 1 2 7 1
2
3rd Iteration 10 9 7 2 1 2 7 1
2
3rd Iteration 10 9 7 2 1 2 1 7
9 10 2 7 1 2 1 7
4th Iteration 10 9 7 2 1
4th Iteration 10 9 7 2 1 2 1
4th Iteration 10 9 7 2 1 2 1
4th Iteration 1 2 7 9 10 10 9 7
2 1 2 1 1 2
Result 1 2 7 9 10 10 9 7 2
1
End