home *** CD-ROM | disk | FTP | other *** search
/ Nebula / nebula.bin / SourceCode / PriorityQueue / README < prev   
Text File  |  1992-11-10  |  1KB  |  29 lines

  1. ARCHIVE CONTENTS:
  2.  
  3. README             - what you're reading now
  4. PriorityQueue.h        - interface to the PriorityQueue class
  5. PriorityQueue.m        - implementation of the PriorityQueue class
  6. PriorityQueue.rtf    - looks suspiciously like the docs for the List
  7.               class, no?
  8. queuetest.m         - not-so-exhaustive test of various instance methods 
  9.  
  10.  
  11. DESCRIPTION:
  12.  
  13. PriorityQueue is a container class like NeXT's List, except objects contained within a PriorityQueue are dequeued by unsigned integer priority.
  14.  
  15. PriorityQueue was written here at Onyschuk And Associates as part of a small project. After living a lonely life stashed away in a subdirectory, it's being
  16. freed under the terms of the GNU General Public License.
  17.  
  18. Send all comments, suggestions, and flames to mark@plexus.guild.org (gotta
  19. get that domain name changed :-).
  20.  
  21.  
  22. Regards,
  23. Mark
  24.  
  25. Onyschuk and Associates, Toronto Canada | mark@plexus.guild.org     (NeXTmail)
  26. NeXT Signal Processing Applications     | 73700.3114@compuserve.com (YaWNmail)
  27. ----------------------------------------+-------------------------------------
  28. /Courier findfont 12 scalefont setfont 72 72 moveto (Practice PostScript) show
  29.