"Peter Duniho" <(E-Mail Removed)> wrote in message
news

(E-Mail Removed)...
> I've never heard of a "dicothomic search", but assuming Alberto means
> something like a binary search,
Sorry for the spelling, it was missing an "h". Anyway, it refers to the
same thing. "Dichothomic" derives from the greek words for "split in two",
referring to the fact that every time that you compare a value while doing
the search, you reduce to a half the number of values that remain to be
searched. I was translating from the term "búsqueda dicotómica" that we use
in Spanish, without remembering that in English it is more common to say
"binary search".