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
Explain how you can characterize tables in cobol?
How are the next sentence and continue different from each other?
how do you reference the fixed unblock file formats from cobol programs
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
IF I mention stop run in CICS what happens?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What is the difference between binary search and sequential search?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
example for sub strings ? and refernce modifications whit output pls
Difference between array and sub-script ?
) how do u code after getting data?
In which area will you utilize 88 level items in cobol?
what are decleratives in cobol?
explain sorting techniques in cobol program?