home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.0
/
NeXTSTEP3.0.iso
/
NextDeveloper
/
Examples
/
AppKit
/
SortingInAction
/
MergeSort.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-10-09
|
188 b
|
14 lines
#import "GenericSort.h"
@interface MergeSort:GenericSort
{
int *tempData; /* temporary array to hold merged data */
}
/* Methods overridden from superclass */
- init;
- sort;
@end