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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top