Skip to content

Commit 4a239f2

Browse files
Update pkgs/collection/lib/src/algorithms.dart
Co-authored-by: Nate Bosch <[email protected]>
1 parent f530bae commit 4a239f2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkgs/collection/lib/src/algorithms.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -482,10 +482,6 @@ void _merge<E, K>(
482482
);
483483
}
484484

485-
// ---------------------------------------------------------------------------
486-
// QuickSort based on Pattern-defeating Quicksort (pdqsort).
487-
// ---------------------------------------------------------------------------
488-
489485
/// Sorts a list between [start] (inclusive) and [end] (exclusive).
490486
///
491487
/// The sorting algorithm is a Pattern-defeating Quicksort (pdqsort), a

0 commit comments

Comments
 (0)