Skip to content

Commit 386b7d8

Browse files
authored
refactor: refactor bubble sort solution
dada
1 parent 1e5737d commit 386b7d8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

notes/bubble.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
1) N - Длина массива
55
2) a - Проходимый список
66
'''
7-
87
from random import randint
98

109
N = 10 # Длина массива

0 commit comments

Comments
 (0)