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
How are the next sentence and continue different from each other?
How to remove 2 duplicate records and copy only one using job control language?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What are the different open modes available in cobol?
Write the code to count the sum of n natural numbers.
Write a program that uses move corresponding.
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
How can you get the ksds file records into your cobol program?
What are the pertinent COBOL commands?
How do u write test cases?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
how to convert the recors form vsam file to db2 table tru file aid
What are the different rules of SORT operation?
What the difference is between continue and next sentence?