REXX Algorithms
Name   REXX Algorithms
Version  1.31, Jul, 2, 1997
Author  Janosch R. Kowalczyk
     (see EMail Addresses)
Distrib. Freeware
Type   REXX Routines
Price   -
Source  Internet
     Name: REXXALGO.*
Description from the author:
"This file is the collection of some Rexx-algorithms. Following templates
are placed at your's disposal at the moment:
- Binary search
 - Bubble sort
 - Insertion sort
 - Quick sort
 - Shell sort
 - Cube root
 - Square root
 - Digital Audio Player (mciRexx)
 - Translation to lower case
 - Translation gregorian date to the julian date
 - Translation julian date to gregorian date
 - Year with century
 - Exclude multiple items
 - Recursive string formatting
 - Remove umlaut characters
 - Replace a string
 - Recursive directory path creating
 - Delete directory path
 - Greatest common divisor
 
"
 
[Back: Miscellaneous] 
[Next: RxExtras - utility functions for REXX ($)]