more changes

This commit is contained in:
Chris Kolonas
2020-11-25 21:41:30 +02:00
parent 7aa0a66ea5
commit 2f5504ed64

View File

@ -6,7 +6,7 @@ https://en.wikipedia.org/wiki/Pigeonhole_sort
* (n) and the length of the range of possible key values (N)
* are approximately the same.
*/
function pigeonHoleSort(arr) {
function pigeonHoleSort (arr) {
let min = arr[0]
let max = arr[0]