What is the difference between a binary search and a
sequential search?
Answer Posted / sharath
Binary search
1)It is for search all.
2)access is faster.
3)sort order is either ascending or descending.
Sequential search
1)It is for linear search
2)access is slow
3)only ascending order
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between binary search and sequential search?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
Give some examples of command terminators?
In COBOL programming, what is PERFORM? What is VARYING?
What is the Purpose of Pointer in the string?
What are the pertinent COBOL
What are all the divisions of a COBOL program?
how to access the file from prodution from changeman tool and to submit a file to production
What is the difference between a binary search and a sequential search what are the pertinent cobol?
How do you reference the following file formats from cobol programs?
What is amode(24)?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
What is inspect in cobol ?
What are the different open modes available in cobol?