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 14bf689 commit a0016ccCopy full SHA for a0016cc
js/src/inplace.js
@@ -2,7 +2,7 @@
2
let _inplace = function ( split ) {
3
4
/**
5
- * In place implementation of radix sort. NOT STABLE.
+ * In-place implementation of radix sort. NOT STABLE.
6
*
7
* @param {function} msb takes two arguments `(key, shift)` and returns the most
8
* significant bit of `key` shifted to the left by `shift` places.
js/src/stable.js
let _stable = function ( split ) {
* @param {function} lsb takes two arguments `(key, shift)` and returns the least
* significant bit of `key` shifted to the right by `shift` places.
0 commit comments