summaryrefslogtreecommitdiff
path: root/src/03/sort.h
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-09-05 15:48:40 -0600
committermo khan <mo.khan@gmail.com>2020-09-05 15:48:40 -0600
commitf8e634311105cabc12731d2d78794b9845f21e5f (patch)
treec8e7d6acc0d7202bfbfead4383076f47bcbdcfb5 /src/03/sort.h
parent79e375f2a4b7426abdac85d4433002f3819738ce (diff)
Add merge sort tests
Diffstat (limited to 'src/03/sort.h')
-rw-r--r--src/03/sort.h1
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);