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
What is static attribute
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
What are Delivery classes? What data will you want to transport during client copy?
What is the difference b/t Session method and call transaction method ??
How can a lock object be called in the transaction?
What is a projection view? : abap data dictionary
Why do we use Abstract classes give an example from your project?
What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc
What is the use of the raising exception?
What are the different kinds of lock modes?
What is the use of 'for all entries'?
Is there any BAPI to retrieve list of customers and their sales areas i.e., Cust No, Distr Channel and Division for all the customers.
Difference between domain and data element? What are aggregate object?
Sal abap on hana interview
Some Realtime Objects on Bdc.