summaryrefslogtreecommitdiff
path: root/wk3/lect
diff options
context:
space:
mode:
Diffstat (limited to 'wk3/lect')
-rw-r--r--wk3/lect/merge.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/wk3/lect/merge.c b/wk3/lect/merge.c
index 50f79f5..356de18 100644
--- a/wk3/lect/merge.c
+++ b/wk3/lect/merge.c
@@ -5,7 +5,7 @@
#include <string.h>
int main(void) {
-
+
}
/*
@@ -14,5 +14,9 @@ int main(void) {
Else
Sort left half
Sort right half
- Merge sorted halves
+ Merge sorted halves by
+ comparing the first value of each
+ placing it in the correct order
+ moving along to the next number
+ repeat until one number left
*/