Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 120947a + 348919a commit 2d50357Copy full SHA for 2d50357
1 file changed
Sorts/flashSort.js
@@ -45,7 +45,7 @@ function flashSort(arr) {
45
// permutation
46
let move = 0, t, flash;
47
let j = 0;
48
- k = m - 1;
+ let k = m - 1;
49
50
while (move < (n - 1)) {
51
while (j > (l[k] - 1)) {
0 commit comments