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 56e8073 commit e90516eCopy full SHA for e90516e
libcxx/include/__algorithm/radix_sort.h
@@ -11,7 +11,7 @@
11
#define _LIBCPP___ALGORITHM_RADIX_SORT_H
12
13
// This is an implementation of classic LSD radix sort algorithm, running in linear time and using `O(max(N, M))`
14
-// additional memory, where `N` is size of an input range, `M` — maximum value of
+// additional memory, where `N` is size of an input range, `M` - maximum value of
15
// a radix of the sorted integer type. Type of the radix and its maximum value are determined at compile time
16
// based on type returned by function `__radix`. The default radix is uint8.
17
0 commit comments