Remove Bitonic Sort and Threads slider (cleaner, simpler UI)
This commit is contained in:
parent
209a11aef3
commit
a2e01443e6
2 changed files with 4 additions and 226 deletions
|
|
@ -233,7 +233,6 @@ const ALGORITHMS = [
|
|||
'bubble', 'selection', 'insertion', 'cocktail',
|
||||
'merge', 'heap', 'quick', 'quick3way', 'dualpivot', 'introsort',
|
||||
'shell', 'tree', 'timsort',
|
||||
'bitonic',
|
||||
'counting', 'radix', 'bucket',
|
||||
'pancake', 'cycle', 'bogo',
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue