|
|
1.1 root 1: #import "GenericSort.h"
2:
3: @interface MergeSort:GenericSort
4: {
5: int *tempData; /* temporary array to hold merged data */
6: }
7:
8: /* Methods overridden from superclass */
9:
10: - init;
11: - sort;
12:
13: @end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.