On Fri, May 07, 2004 at 06:04:35AM -0700, Steve Wampler wrote: > > The code for the Heap class (the implementation changes a few names > from Kazimir's code but preserves the algorithms) is attached. This > version is built based on code available in the "unilib" code library > found at: > > http://tapestry.tucson.az.us/unicon > > and in also available in that library itself. The Closure class is > provided as part of that library.
I've adapted the Heap class found in the above library so it accepts (as well as Closures) procedures, functions, integers, and string- invocation symbols [so if you have an operation that does what you want, there's no need to wrap it in a Closure]. In the program samples section found at the above site is a version of the demonstration program that shows how to use this new version. -Steve -- Steve Wampler [EMAIL PROTECTED] The gods that smiled upon your birth are laughing now. -- fortune cookie ------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 _______________________________________________ Unicon-group mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unicon-group
