cleanup files
This commit is contained in:
@@ -16,8 +16,4 @@
|
||||
#ifndef _SORT_BITONIC
|
||||
#define _SORT_BITONIC
|
||||
void bitonic_sort(int *array, int n);
|
||||
void compare(int i, int j, int dir, int *array);
|
||||
void bitonicmerge(int low, int c, int dir, int *array);
|
||||
void recbitonic(int low, int c, int dir, int *array);
|
||||
void sort(int *array, int n);
|
||||
#endif
|
||||
#endif
|
||||
|
@@ -16,6 +16,4 @@
|
||||
#ifndef _SORT_MERGE
|
||||
#define _SORT_MERGE
|
||||
void merge_sort(int *array, int n);
|
||||
void merge_sort_run(int *array, int *temp, int left, int right);
|
||||
void merge(int *array, int *temp, int prev_left, int prev_middle, int right);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user