Skip to content

Commit 07e4087

Browse files
authored
Update DerpySort.js
1 parent ef3a446 commit 07e4087

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sorts/DerpySort.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
* function then returns the resulting array.
1010
*
1111
* This sorting function is impractical and does not provide any purpose other than
12-
* creating a jumbled mess.
12+
* creating a jumbled mess. It is closest related to the Bogosort.
13+
*
14+
* https://en.wikipedia.org/wiki/Bogosort
1315
*/
1416

1517
function derpySort(arr) {

0 commit comments

Comments
 (0)