From e68d5e7b8b1fbaf416c0043823afcfa0e588729a Mon Sep 17 00:00:00 2001 From: Priti <55597162+priti098@users.noreply.github.com> Date: Thu, 1 Oct 2020 10:58:30 +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..94cbec1 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 +}