spugachev / random-sort

Bogosort - time inconsistent sorting algorithm based on array shuffling!

Home Page:https://spugachev.github.io/random-sort/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Critical redundancy in code in index.js

SergPro opened this issue · comments

commented out debug code in index.js , line 9 - code style violation

//console.log(i,arr);

commented

Fixed in 07753ec

commented

Closing issue.

This commit
07753ec solves several unrelated problems, which makes it difficult to follow