From a238e9310a1e10ce894b8fff55a27855adaeb375 Mon Sep 17 00:00:00 2001 From: abhishek23feb <72147347+abhishek23feb@users.noreply.github.com> Date: Fri, 2 Oct 2020 20:43:17 +0530 Subject: [PATCH] Update merge.cpp --- merge.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/merge.cpp b/merge.cpp index 54fb65a..25d03a2 100644 --- a/merge.cpp +++ b/merge.cpp @@ -1,3 +1,4 @@ +//ALGORITHM #include #include @@ -99,4 +100,4 @@ int main() cout<<"\nSorted array is \n"; printArray(arr, arr_size); return 0; -} \ No newline at end of file +}