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