Skip to content

Commit 2f5504e

Browse files
committed
more changes
1 parent 7aa0a66 commit 2f5504e

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
@@ -6,7 +6,7 @@ https://en.wikipedia.org/wiki/Pigeonhole_sort
66
* (n) and the length of the range of possible key values (N)
77
* are approximately the same.
88
*/
9-
function pigeonHoleSort(arr) {
9+
function pigeonHoleSort (arr) {
1010
let min = arr[0]
1111
let max = arr[0]
1212

0 commit comments

Comments
 (0)