what is the difference b/w linear search and binary search?
(how can these search)
Answer Posted / greeshma and arya
time complexity of linear search is O[n] whereas that of binary search is O[logn].therefore binary search is faster than linear search.
| Is This Answer Correct ? | 23 Yes | 4 No |
Post New Answer View All Answers
Use SET PF_STATUS which is in the FM reuse_alv_grid_display to set the button
What is the function of a domain? : abap data dictionary
What are the three hierarchical levels of data types and objects?
What does an exec sql statement do in abap? What is the disadvantage of using it?
Define structure in abap data dictionary?
Explain the advantages/disadvantages of logical databases?
What is the difference between ABAP and HR ABAP
How do you send files to the legacy systems from SAP and vice versa? How does one know that the legacy files have come on to the SAP server you are working on?
Define database layer? : abap data dictionary
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.
What is a function group? : abap modularization
How to call a subroutine in sapscript?
What is the significance of technical settings (specified while creating a table in the data dictionary) ?
How many types of tables exists and what are they in data dictionary?
How is collect statement different from append?