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
99
面試面試面試,因為很重要所以要說三次!
kuoe0
2
250
應徵軟體工程師
kuoe0
0
170
面試心得分享
kuoe0
0
410
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
Performance for Conversion! 分散トレーシングでボトルネックを 特定せよ
inetand
0
860
Ruby×iOSアプリ開発 ~共に歩んだエコシステムの物語~
temoki
0
320
アプリの "かわいい" を支えるアニメーションツールRiveについて
uetyo
0
270
意外と簡単!?フロントエンドでパスキー認証を実現する WebAuthn
teamlab
PRO
2
760
Rancher と Terraform
fufuhu
2
460
AIコーディングAgentとの向き合い方
eycjur
0
270
AI時代のUIはどこへ行く?
yusukebe
18
8.9k
Namespace and Its Future
tagomoris
6
700
実用的なGOCACHEPROG実装をするために / golang.tokyo #40
mazrean
1
280
@Environment(\.keyPath)那么好我不允许你们不知道! / atEnvironment keyPath is so good and you should know it!
lovee
0
120
1から理解するWeb Push
dora1998
7
1.9k
Compose Multiplatform × AI で作る、次世代アプリ開発支援ツールの設計と実装
thagikura
0
160
Featured
See All Featured
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
A better future with KSS
kneath
239
17k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.5k
Facilitating Awesome Meetings
lara
55
6.5k
Making the Leap to Tech Lead
cromwellryan
135
9.5k
Context Engineering - Making Every Token Count
addyosmani
3
46
Being A Developer After 40
akosma
90
590k
Six Lessons from altMBA
skipperchong
28
4k
Scaling GitHub
holman
463
140k
Faster Mobile Websites
deanohume
309
31k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
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