what are the Pre requisites for binary search?
Answer Posted / sowjanya
The list of array(elements or items) that are to be searched
for a required element should be in ascending order or
sorted order for the search to be performed.
Eg: 21, 3, 4, 2, 5
search for 2
not found
2, 3, 7, 56, 133
search for 2
found
Is This Answer Correct ? | 16 Yes | 7 No |
Post New Answer View All Answers
What is the difference between RETURNING and CHANGING parameters for a method?
What is the use of program rsbdcsub? : abap bdc
Define dispatcher?
What are the different types of the sap abap data dictionary objects?
I need some information regarding Vcentric Test pattern ? with questions.
what are the two methods of modifying sap standard tables? : abap data dictionary
What are the different abap/4 editors?
Explain the advantages of logical databases?
Explain the Inportance of pa40? : abap hr
What are the problems in processing batch input sessions?
What is the difference between pnp and pnpce? : abap hr
What are aggregated objects
What is an evaluation path? : sap abap hr
A subroutine can be terminated unconditionally using exit. State true or false : abap modularization
What is exception class and test class. How to use it?