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.

Código para crear el array de índices<br />

public ElemIndice [] crearArrayIndice(int k){<br />

int n_indices;<br />

int n = A.length;<br />

}<br />

if (n%k == 0) n_indices = n/k;<br />

else n_indices = n/k + 1;<br />

ElemIndice [] arrayIndice = new ElemIndice[n_indices];<br />

int cont = 0;<br />

for (int i = 0; i

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

Saved successfully!

Ooh no, something went wrong!