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 f530bae commit 4a239f2Copy full SHA for 4a239f2
pkgs/collection/lib/src/algorithms.dart
@@ -482,10 +482,6 @@ void _merge<E, K>(
482
);
483
}
484
485
-// ---------------------------------------------------------------------------
486
-// QuickSort based on Pattern-defeating Quicksort (pdqsort).
487
488
-
489
/// Sorts a list between [start] (inclusive) and [end] (exclusive).
490
///
491
/// The sorting algorithm is a Pattern-defeating Quicksort (pdqsort), a
0 commit comments