We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa0a66 commit 2f5504eCopy full SHA for 2f5504e
Sorts/PigeonHoleSort.js
@@ -6,7 +6,7 @@ https://en.wikipedia.org/wiki/Pigeonhole_sort
6
* (n) and the length of the range of possible key values (N)
7
* are approximately the same.
8
*/
9
-function pigeonHoleSort(arr) {
+function pigeonHoleSort (arr) {
10
let min = arr[0]
11
let max = arr[0]
12
0 commit comments