[Toc][Index]

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 
 " 
   

Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs