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
100
面試面試面試,因為很重要所以要說三次!
kuoe0
2
250
應徵軟體工程師
kuoe0
0
170
面試心得分享
kuoe0
0
420
Windows 真的不好用...
kuoe0
0
290
Python @Wheel Lab
kuoe0
0
210
Introduction to VP8
kuoe0
0
250
Python @NCKU_CSIE
kuoe0
0
120
[ACM-ICPC] Tree Isomorphism
kuoe0
1
250
Other Decks in Programming
See All in Programming
(Extension DC 2025) Actor境界を越える技術
teamhimeh
1
260
いま中途半端なSwift 6対応をするより、Default ActorやApproachable Concurrencyを有効にしてからでいいんじゃない?
yimajo
2
430
株式会社 Sun terras カンパニーデック
sunterras
0
320
Things You Thought You Didn’t Need To Care About That Have a Big Impact On Your Job
hollycummins
0
230
CSC305 Lecture 08
javiergs
PRO
0
210
オープンソースソフトウェアへの解像度🔬
utam0k
16
3k
CSC509 Lecture 03
javiergs
PRO
0
340
XP, Testing and ninja testing ZOZ5
m_seki
3
690
スマホから Youtube Shortsを見られないようにする
lemolatoon
27
32k
Railsだからできる 例外業務に禍根を残さない 設定設計パターン
ei_ei_eiichi
0
920
Building, Deploying, and Monitoring Ruby Web Applications with Falcon (Kaigi on Rails 2025)
ioquatix
4
2.2k
はじめてのDSPy - 言語モデルを『プロンプト』ではなく『プログラミング』するための仕組み
masahiro_nishimi
2
520
Featured
See All Featured
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
Balancing Empowerment & Direction
lara
4
690
The Language of Interfaces
destraynor
162
25k
Making Projects Easy
brettharned
120
6.4k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
Git: the NoSQL Database
bkeepers
PRO
431
66k
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
Context Engineering - Making Every Token Count
addyosmani
6
260
A designer walks into a library…
pauljervisheath
209
24k
Unsuck your backbone
ammeep
671
58k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.9k
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