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 +}