explanation

  • Thread starter Thread starter trinix
  • Start date Start date
T

trinix

I need somebody to explan to me what LINEAR SEARCH and
BINARY SEARCH is. This is the subject of arrays, so It
should be easy to explain. THnak you for your time.
 
trinix said:
I need somebody to explan to me what LINEAR SEARCH and
BINARY SEARCH is. This is the subject of arrays, so It
should be easy to explain. THnak you for your time.

You should learn to use www.google.com -- you can answer
a lot of your own questions this way. I entered the search
string

"binary search" algorithm

The first link it showed me is a pretty good explanation
of linear and binary search. Take a look at

http://www.aihorizon.com/essays/basiccs/lists/binsearch.htm

If you still have questions, Google said it had about
39,200 other links you could check. :-)

-- William M. Miller
 
Back
Top