QSORT for JustBasic

Programming Tools, Tips, and Tutorials.
Post Reply
akiddyo
Posts: 1
Joined: Sat Jun 11, 2005 8:21 pm
Location: ireland

QSORT for JustBasic

Post by akiddyo »

today i wrote a small test routine, for a qsort implementation adapted from QBASIC.

i included two routines: one for integer, one for string array.
works fine and the original source/library referal included.

more contribution soon
Attachments
qsort.zip
qsort algorith for JustBASIC
(6.54 KiB) Downloaded 719 times
Post Reply