Skip to content

Commit d4ede60

Browse files
committed
added PigeonHoleSort algorithm
1 parent 38760ff commit d4ede60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sorts/PigeonHoleSort.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/*
2+
https://en.wikipedia.org/wiki/Pigeonhole_sort
3+
24
*Pigeonhole sorting is a sorting algorithm that is suitable
35
* for sorting lists of elements where the number of elements
46
* (n) and the length of the range of possible key values (N)

0 commit comments

Comments
 (0)