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
dynamic!
moro
9
6.4k
WebエンジニアがSwiftをブラウザで動かすプレイグラウンドを作ってみた
ohmori_yusuke
0
170
iOSアプリの信頼性を向上させる取り組み/ios-app-improve-reliability
shino8rayu9
0
150
Чего вы не знали о строках в Python – Василий Рябов, PythoNN
sobolevn
0
160
高度なUI/UXこそHotwireで作ろう Kaigi on Rails 2025
naofumi
4
3.4k
2分台で1500examples完走!爆速CIを支える環境構築術 - Kaigi on Rails 2025
falcon8823
3
3k
プログラマのための作曲入門
cheebow
0
540
タスクの特性や不確実性に応じた最適な作業スタイルの選択(ペアプロ・モブプロ・ソロプロ)と実践 / Optimal Work Style Selection: Pair, Mob, or Solo Programming.
honyanya
3
140
Breaking Up with Big ViewModels — Without Breaking Your Architecture (droidcon Berlin 2025)
steliosf
PRO
1
330
いま中途半端なSwift 6対応をするより、Default ActorやApproachable Concurrencyを有効にしてからでいいんじゃない?
yimajo
2
340
CSC509 Lecture 03
javiergs
PRO
0
330
Railsだからできる 例外業務に禍根を残さない 設定設計パターン
ei_ei_eiichi
0
210
Featured
See All Featured
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Designing for humans not robots
tammielis
254
25k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
Building an army of robots
kneath
306
46k
Principles of Awesome APIs and How to Build Them.
keavy
127
17k
Designing Experiences People Love
moore
142
24k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
30
2.9k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.1k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Rails Girls Zürich Keynote
gr2m
95
14k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.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