Highly Composite Numbers
Name
hcnInsertion_Sort
Parent
uHCN
Visibility
PUBLIC
Description
I had to create this because I needed to sort the numbers
twice, once by number of factors then by number.
hcnInsertion_Sort
Have to go through the list twice in order to first, order list by number
of factors, then second, order list by number
Source code
procedure hcnInsertion_Sort ( pList : ThcnList )
Parameters
Parameter Description pList : ThcnList
Highly Composite Numbers