We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 050bd37 commit 41f965dCopy full SHA for 41f965d
src/main.py
@@ -34,7 +34,7 @@ def test_algoithm(op):
34
if __name__ == '__main__':
35
36
algorithms = [ 'Bubble', 'Insertion', 'Selection', 'Quick', 'Merge',
37
- 'Shell', 'Heap', 'Counting', 'Radix', 'Bucket', 'Gnome', 'Comb', 'Cocktail', 'Todos' ]
+ 'Shell', 'Heap', 'Counting', 'Radix', 'Bucket', 'Gnome', 'Comb', 'Cocktail', 'All' ]
38
39
sort_methods = [bubble, insertion, selection, quick, merge, shell, heap, counting, radix, bucket, gnome, comb, cocktail]
40
0 commit comments