From b80998ba4566ff3fa729b9a380c3b3b5b0f41c97 Mon Sep 17 00:00:00 2001 From: pritikri098981 <72904968+pritikri098981@users.noreply.github.com> Date: Thu, 15 Oct 2020 10:42:47 +0530 Subject: [PATCH] Update selection.cpp --- selection.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/selection.cpp b/selection.cpp index 01cf06c..2a17640 100644 --- a/selection.cpp +++ b/selection.cpp @@ -1,3 +1,4 @@ +//ALGORITHM #include using namespace std; @@ -45,4 +46,4 @@ int main() cout<<"Sorted array: \n"; printArray(arr, n); return 0; -} \ No newline at end of file +}