diff options
| author | mo khan <mo.khan@gmail.com> | 2020-09-05 15:48:40 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-09-05 15:48:40 -0600 |
| commit | f8e634311105cabc12731d2d78794b9845f21e5f (patch) | |
| tree | c8e7d6acc0d7202bfbfead4383076f47bcbdcfb5 /src/03/sort.h | |
| parent | 79e375f2a4b7426abdac85d4433002f3819738ce (diff) | |
Add merge sort tests
Diffstat (limited to 'src/03/sort.h')
| -rw-r--r-- | src/03/sort.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/03/sort.h b/src/03/sort.h index e69de29..4226490 100644 --- a/src/03/sort.h +++ b/src/03/sort.h @@ -0,0 +1 @@ +void merge_sort(int *items, int length); |
