What is the difference between a binary search and a
sequential search?
Answer Posted / muthu
binary search runs in O(logn) time whereas linear search
runs in O(n) times thus binary search has better
performance.
| Is This Answer Correct ? | 36 Yes | 14 No |
Post New Answer View All Answers
Name the divisions, which are available in a cobol program?
How many sections are there in data division in COBOL?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What the difference is between continue and next sentence?
What is the local-storage section?
Write a cobol program making use of the redefine clause.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Can we change the password using ALTER? anyone tried and changed?
How do get the result of your program directly on your pc?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
how to access the file from prodution from changeman tool and to submit a file to production
What is the difference between goback, stop run and exit program in cobol?
example for sub strings ? and refernce modifications whit output pls