Skip to content

Commit 9b8bd41

Browse files
committed
added PigeonHoleSort algorithm
1 parent 4a040c3 commit 9b8bd41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sorts/PigeonHoleSort.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ function pigeonhole_sort(arr){
3939
//Driver code
4040
var arr=Array(8, 3, 2, 7, 4, 6, 8);
4141
pigeonhole_sort(arr);
42-
console.log(arr);
42+
console.log(arr);

0 commit comments

Comments
 (0)