Skip to content

Commit 41f965d

Browse files
committed
refat
1 parent 050bd37 commit 41f965d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def test_algoithm(op):
3434
if __name__ == '__main__':
3535

3636
algorithms = [ 'Bubble', 'Insertion', 'Selection', 'Quick', 'Merge',
37-
'Shell', 'Heap', 'Counting', 'Radix', 'Bucket', 'Gnome', 'Comb', 'Cocktail', 'Todos' ]
37+
'Shell', 'Heap', 'Counting', 'Radix', 'Bucket', 'Gnome', 'Comb', 'Cocktail', 'All' ]
3838

3939
sort_methods = [bubble, insertion, selection, quick, merge, shell, heap, counting, radix, bucket, gnome, comb, cocktail]
4040

0 commit comments

Comments
 (0)