what is the difference b/w linear search and binary search?
(how can these search)
Answer Posted / nijin shah
refer answer 3 for difference and answer 7 for programming
logic just make sure that before going into binary
search(half interval search) ur array or what ever records u
have is in a sorted manner ie either in ascending or
descending order
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What statement will be found in an sap application program that implements a function module exit?
What is the difference between free and refresh?
What are the functional areas? User groups?
Explain how do you use structures in the abap programs?
How to read files and process BDC's automatically ?
What is a projection view? : abap data dictionary
What is the maximum number of structures that can be included in a table or structure
How to find Kernal badi ?
What are the differences between a database index and a match code?
How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.
what is field string ? & where we are using field strings?
when does a list get sent to the screen on the presentation layer?
What are the types of subroutines? : abap data dictionary
How to write a code in tab control? : abap bdc
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?