MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / main

Function main

CPP/sorting/selectionsort.cpp:17–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 }
16}
17signed main(){
18 int arr[]={3,2,1,5,4};
19 int n=sizeof(arr)/sizeof(int);
20 sorty(arr,n);
21 for(auto it: arr){
22 cout<<it<<", ";
23 }
24}

Callers

nothing calls this directly

Calls 1

sortyFunction · 0.85

Tested by

no test coverage detected