You are viewing a single comment's thread. Return to all comments →
CODE in C . Linear approach . int pickingNumbers(int a_count, int* a) { int i,j,count=0,max=0,sum; static int ar[101]; for(i=0;i
Seems like cookies are disabled on this browser, please enable them to open this website
Picking Numbers
You are viewing a single comment's thread. Return to all comments →
CODE in C . Linear approach . int pickingNumbers(int a_count, int* a) { int i,j,count=0,max=0,sum; static int ar[101]; for(i=0;i