06.05.2013 Views

presentación-PDF

presentación-PDF

presentación-PDF

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Consideraciones sobre la eficiencia de<br />

un programa.<br />

public boolean Pertenece2 (int [] A, int X)<br />

{<br />

int i = 0;<br />

while (i < A.length - 1 && A[i] != X)<br />

i++;<br />

return A[i] == X;<br />

}<br />

Tiempo de Ejecución método Pertenece2 O(n)

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!