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.
1 parent 120947a commit 348919aCopy full SHA for 348919a
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