06.05.2013 Views

presentación-PDF

presentación-PDF

presentación-PDF

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Código Búsqueda Binaria<br />

public static int busquedaBinaria(int X, int [] A){<br />

int inicio = 0;<br />

int fin = A.length -1;<br />

int medio;<br />

while (inicio X) fin = medio -1;<br />

else return medio;<br />

return -1;<br />

}

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

Saved successfully!

Ooh no, something went wrong!