Remove Bitonic Sort and Threads slider (cleaner, simpler UI)

This commit is contained in:
Dieter Schlüter 2026-04-06 20:32:33 +02:00
commit a2e01443e6
2 changed files with 4 additions and 226 deletions

View file

@ -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',
];