From 0faa2192af5244cb3bd042168188f8154849535d Mon Sep 17 00:00:00 2001 From: yashraj0 <33134824+yashraj0@users.noreply.github.com> Date: Fri, 27 Oct 2017 01:15:38 +0530 Subject: [PATCH] extra --- SelectionSort/C++/Selection-sort.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SelectionSort/C++/Selection-sort.cpp b/SelectionSort/C++/Selection-sort.cpp index a134350a3..ee0ff8627 100644 --- a/SelectionSort/C++/Selection-sort.cpp +++ b/SelectionSort/C++/Selection-sort.cpp @@ -2,7 +2,7 @@ using namespace::std; void selection(int n, int a[20]){ - int k,i,temp,min; + int k,i,temp,min,mm; for(i=0; i