There was an error while loading. Please reload this page.
1 parent 4a040c3 commit 9b8bd41Copy full SHA for 9b8bd41
Sorts/PigeonHoleSort.js
@@ -39,4 +39,4 @@ function pigeonhole_sort(arr){
39
//Driver code
40
var arr=Array(8, 3, 2, 7, 4, 6, 8);
41
pigeonhole_sort(arr);
42
-console.log(arr);
+console.log(arr);
0 commit comments