|
Quicksort is a BT Basic program that will sort a specified file, on a specified column, and write the sorted text to a specified
output file.
(I believe the origin of this program is from Scott Miller in the late '70s)
The program is furnished as a text file. To convert it to BT Basic execute the following two commands in a BT Basic Window:
get "quicksort"
The program will be syntax checked and loaded into the BT Basic Window
re-save
will re-save the file as a basic program.
Quicksort
|