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
Mention some important events in abap programming.
How do you find if a logical database exists for your program requrements?
Explain enhancements
What is the name of the system variable that holds the contents of the selected line in interactive reporting?
What two statements are required in an abap program to output an icon using a write statement?
Why is pretty printer user in abap?
What is generic buffering?
Can we call reports and transactions from interactive reporting lists?
What are the screen elements.
What are the two ways for restricting the value range for a domain ?
What is the difference between a pool table and a transparent table and how they are stored at the database level?
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
I need some information regarding Vcentric Test pattern ? with questions.
what is difference between (internal table types)standard table and sorted table in sap abap....
What are the Synchronous and asynchronous methods in bdc ?