Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ def sort():
|
|
56 |
'Bubble Sort',
|
57 |
'Selection Sort',
|
58 |
'Insertion Sort',
|
59 |
-
'Quick Sort'
|
60 |
])
|
61 |
|
62 |
if algorithm == 'Bubble Sort':
|
|
|
56 |
'Bubble Sort',
|
57 |
'Selection Sort',
|
58 |
'Insertion Sort',
|
59 |
+
'Quick Sort'
|
60 |
])
|
61 |
|
62 |
if algorithm == 'Bubble Sort':
|