Glossary

Write your own sort algorithm

bubble sort for small tables, quicksort for larger ones 3. **Use SORT with an INPUT/OUTPUT PROCEDURE** that RELEASEs table entries and RETURNs them back into the table

Learn More

Related Terms