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

Function main

CPP/sorting/bubble_que.cpp:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 }
21}
22int main(){
23 cin.tie(0)->sync_with_stdio(0);
24 int arr[]={1,3,5,7,9};
25 int n=sizeof(arr)/sizeof(int);
26 check_sort(arr,n);
27 return 0;
28}
29
30

Callers

nothing calls this directly

Calls 1

check_sortFunction · 0.85

Tested by

no test coverage detected