shukdevdatta123 commited on
Commit
1a247f5
·
verified ·
1 Parent(s): 95d13a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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':