home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer) / NeXT_Developer-3.3.iso / NextDeveloper / Examples / AppKit / SortingInAction / InsertionSort.h < prev    next >
Encoding:
Text File  |  1990-10-09  |  130 b   |  12 lines

  1. #import "GenericSort.h"
  2.  
  3. @interface InsertionSort:GenericSort
  4. {}
  5.  
  6. /* Methods overridden from superclass */
  7.  
  8. - init;
  9. - sort;
  10.  
  11. @end
  12.