added PigeonHoleSort algorithm

This commit is contained in:
Chris Kolonas
2020-11-25 21:13:41 +02:00
parent 38760ff5c4
commit d4ede60e3c

View File

@ -1,4 +1,6 @@
/*
https://en.wikipedia.org/wiki/Pigeonhole_sort
*Pigeonhole sorting is a sorting algorithm that is suitable
* for sorting lists of elements where the number of elements
* (n) and the length of the range of possible key values (N)