Talk:Sorting algorithm: Difference between revisions

Content deleted Content added
Line 746:
hsort also has implications in distributive computing because it can recurse dimensions and doesn't require merging or waiting per say (implementation of piping finished bins in 123 order aside which is easy, which is always true single process)
 
Allowing an sssumption this hsort is faster in a worthy manner, it does matter in that scientific algorithms can finish or never finish. depending on inner speed and manyMany math algorithms have sorting at their core (for example, factoring);. while While for "web server technology" sorting might not be important - it is important whether scientific processes can finish and show a result,. (which And that is simply re-iterating a textbook big-O-notation explination)explanation.
 
LASTLY. hsort algorithm is not an idea it's available for use (has other algo in a collection too) as a gnu-sort compatible program, and has a demo "mini sort" prog to make it's portability and use more clear.