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
260
應徵軟體工程師
kuoe0
0
170
面試心得分享
kuoe0
0
420
Windows 真的不好用...
kuoe0
0
290
Python @Wheel Lab
kuoe0
0
210
Introduction to VP8
kuoe0
0
260
Python @NCKU_CSIE
kuoe0
0
120
[ACM-ICPC] Tree Isomorphism
kuoe0
1
250
Other Decks in Programming
See All in Programming
ネストしたdata classの面倒な更新にさようなら!Lensを作って理解するArrowのOpticsの世界
shiita0903
1
260
Making Angular Apps Smarter with Generative AI: Local and Offline-capable
christianliebel
PRO
0
110
Register is more than clipboard
satorunooshie
1
390
CSC305 Lecture 11
javiergs
PRO
0
320
PyCon mini 東海 2025「個人ではじめるマルチAIエージェント入門 〜LangChain × LangGraphでアイデアを形にするステップ〜」
komofr
1
260
Kotlinで実装するCPU/GPU 「協調的」パフォーマンス管理
matuyuhi
0
280
AI時代に必須!状況言語化スキル / ai-context-verbalization
minodriven
2
320
GC25 Recap: The Code You Reviewed is Not the Code You Built / #newt_gophercon_tour
mazrean
0
140
EMこそClaude Codeでコード調査しよう
shibayu36
0
590
エンジニアインターン「Treasure」とHonoの2年、そして未来へ / Our Journey with Hono Two Years at Treasure and Beyond
carta_engineering
0
480
Developer Joy - The New Paradigm
hollycummins
1
410
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
240
Featured
See All Featured
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.2k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
359
30k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
10
910
Automating Front-end Workflow
addyosmani
1371
200k
Mobile First: as difficult as doing things right
swwweet
225
10k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
34
2.5k
GitHub's CSS Performance
jonrohan
1032
470k
Building Applications with DynamoDB
mza
96
6.7k
Typedesign – Prime Four
hannesfritz
42
2.9k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
KATA
mclloyd
PRO
32
15k
Done Done
chrislema
186
16k
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