Skip to content

Commit 8029a6a

Browse files
Remove redundant comment on base-2 logarithm computation in algorithms.dart for clarity.
1 parent d3d0b20 commit 8029a6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkgs/collection/lib/src/algorithms.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,6 @@ void quickSortBy<E, K>(
516516
/// Minimum list size below which pdqsort uses insertion sort.
517517
const int _pdqInsertionSortThreshold = 32;
518518

519-
/// Computes the base-2 logarithm of [n].
520519
/// Computes the base-2 logarithm of [n].
521520
///
522521
/// Uses bitLength to compute the floor(log2(n)) efficiently.

0 commit comments

Comments
 (0)