what is the difference b/w linear search and binary search?
(how can these search)
Answer Posted / vandan
in case of linear search system will search from begining.
that means Example : z table contains single field with values
1 2 3 4 5 6 7 8 9
if u r searching for a value then system will starts from
first position. if required value is founded then execution
will comes out from z table.
in case of binary search system will starts from mid point.
if value is not founded then it will search for upper half.
in that upper half it will check mid point.like that search
will takes place.
| Is This Answer Correct ? | 112 Yes | 26 No |
Post New Answer View All Answers
Explain the advantages of different types of bdc's?
What are the relational operations that can be performed on view in sap? : abap data dictionary
What functions does a data dictionary perform? : abap data dictionary
What are the table controls in bdc ? What is the difference between bdc and lsmw ?what is the difference between bdc and rfc ? : abap bdc
What is the difference between free and refresh?
Difference between function group and function module?
Different types of luws. What are they?
What is the differences between abap and ooabap. In which situation we useooabap?
What are the functional areas?
What is the difference between dialog program and a report?
How many tables are there in sap?
What is the use of message command in a report? What are the different message types?
visibility section for class level and attributes level
IN SCRIPTS IF WE HAVE EMPTY SECOND LAYOUT AND IF WE HAVE MENTIONED ABOUT IT IN NEXT PAGE ATTRIBUTE THEN IN OUTPUT HOW WE GET THE SECOND PAGE OUTPUT.
What is a multiple line field? : abap bdc