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

Function main

CPP/array-2d/find_triplet.cpp:17–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 }
16}
17int main(){
18 int arr[]={2,7,4,0,9,5,1,3};
19 int n=sizeof(arr)/sizeof(arr[0]);
20 int target=6;
21 exp(arr,n,target);
22 return 0;
23}
24Footer
25© 2022 GitHub, Inc.
26Footer navigation

Callers

nothing calls this directly

Calls 1

expFunction · 0.70

Tested by

no test coverage detected