What I want is to get the index of the first value> = 8 by binary search. EJ: [5,10,18,19] the result would be the index of element 10.
I tried the following but it returns the empty list
def terceraParte(lista,i,j,punto):
if j == i+1:...
asked by
28.03.2018 / 15:41