Optimization Topics/Exercise 04: Difference between revisions
From Wiki**3
< Optimization Topics
 (Created page with "Considere a seguinte função em C:  <c> int find(int tab[], int max, int val) {    int i;    for (i = 0; i < max; i++)      if (tab[i] == val)        break;    return i;  }  </c...")  | 
				 (Redirected page to ist:Optimization Topics/Exercise 04)  | 
				||
| Line 1: | Line 1: | ||
#REDIRECT [[ist:Optimization Topics/Exercise 04]]  | |||
Latest revision as of 18:19, 6 December 2018
Redirect to: