Delphi : Sorted List
问题 I need to sort close to a 1,00,000 floating point entries in Delphi. I am new to Delphi and would like to know if there are any ready made solutions available. I tried a few language provided constructs and they take an inordinate amount of time to run to completion.(a 5-10 sec execution time is fine for the application) 回答1: why not just implement a quick Sort algorithm? see this simple code program ProjectSortFoat; {$APPTYPE CONSOLE} uses SysUtils; procedure QuickSort(var List: array of