Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Bubble sort
nathanwailes
May 18th, 2024
605
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
def
bubble_sort
(
arr
)
:
n
=
len
(
arr
)
for
i
in
range
(
n
)
:
for
j
in
range
(
0
,
n-i-
1
)
:
if
arr
[
j
]
>
arr
[
j+
1
]
:
arr
[
j
]
,
arr
[
j+
1
]
=
arr
[
j+
1
]
,
arr
[
j
]
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Make $2500 in 15 minutes 4
JavaScript | 36 sec ago | 0.08 KB
Make 3500$ in 20 MIN [Method] K
JavaScript | 41 sec ago | 0.08 KB
MAKE $5000 INSTANTLY N
JavaScript | 1 min ago | 0.08 KB
Make $2500 in 15 minutes N
JavaScript | 1 min ago | 0.08 KB
✅ MAKE $22OO IN 10 MIN 3
JavaScript | 2 min ago | 0.08 KB
Make 3500$ in 20 MIN [Method] R
JavaScript | 2 min ago | 0.08 KB
FREE BTC GUIDE 0
JavaScript | 3 min ago | 0.08 KB
Make $2500 in 15 minutes 4
JavaScript | 3 min ago | 0.08 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!