From 387605411bfa37cc0b56adc13d3e36754f603a53 Mon Sep 17 00:00:00 2001 From: SAM <73647831+samhackathon@users.noreply.github.com> Date: Tue, 31 Oct 2023 13:31:03 +0500 Subject: [PATCH] Delete selectionSort --- selectionSort | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 selectionSort diff --git a/selectionSort b/selectionSort deleted file mode 100644 index ded6132d4b5..00000000000 --- a/selectionSort +++ /dev/null @@ -1,28 +0,0 @@ -#include -using namespace std; - -void selectionSort(int arr[], int n) -{ - //write your code here - for(int i=0 ;i