what are the Pre requisites for binary search?
Answers were Sorted based on User's Feedback
Answer / parthan
The pre-request for binary search is you have to do SORT the internal table. Then use binary search for the internal table. otherwise performance issue for the internal table.
Is This Answer Correct ? | 33 Yes | 6 No |
Answer / vaidehi
prereqisite for binary search is internal table must be in
sort order.otherwise binary search will start from the
first record if the same record exists again it cant
search properly .
Is This Answer Correct ? | 20 Yes | 3 No |
Answer / 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 |
Answer / prashant sharma
The pre-request for binary search is you have to do SORT the internal table. Then use binary search for the internal table. otherwise performance issue for the internal table
Is This Answer Correct ? | 3 Yes | 0 No |
where can i get free study material for dialog programming.
In Smartforms or ADOBE Forms Can we get text from standard table in verticle form? if yes, How?
what is the difference between at selection-screen output and at selection screen?
Plz can any one tell me about the detailed information of issues raised by the enduser, as an abap developer how we need to pick up that issues and what are the steps involved in the process(support project ), and tell me about the tickets. who is the person that is going to generate the tickets( send the detailed information regarding the support project and as a abap developer, what is its roles and responsibilites from beginning to the end of support project .
What are different data types in ABAP?
1.If there is one receiver,then To send 10 materials at a time through BD10 tcode, How many Master Idoc create? 2.If there is one receiver,then To send 1 material at a time through BD10 tcode, how many Master Idoc generated? 3.Can I Send Multiple Messges through BD10 tcode?
How to implement a program (batch input) which reads a external text file with inventory data, and write these data in sap?
Did you create help views?
What is primary index?
What is pass by value and what is pass by reference? Which is better?
in start of selection if we perform validation ,what happens?
2 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
What happens when a table is activated in DD?