what is the difference b/w linear search and binary search?
(how can these search)
Answer Posted / indrani chowdhury
1.linear search is easy bt takes more time to search an
element as it compare all element sequentially...
2.elements r arranged randomly.
1. in binary search it start searching from middle, if the
searching element is not found in middle then it goes to
1/4,and vice versa..
and hence take less time than linear search.
2.elements r arranged in sorted orrder.
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
In sap scripts, how will you link form with the event driven?
The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization
Mention what is alv programming in abap?
What are internal tables? How to use a specific number occurs statement?
Differentiate between static and dynamic step loops?
did u done enhancement framework?how u implemented?
What are conversion & interface programs in sap?
What are the uses of secondary indexes?
BDC program to migrate data to SAP R/3 database. The data will be uploaded using transaction ME11. (Session Method) plz mention the detail coding Tahnks, Rahul
What is the symbol to do “concatenation” operation in nw abap 7.4 ?
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
What are the different window types in sapscript?
What are the two ways for restricting the value range for a domain? : sap abap data dictionary
Explain the advantage of structures?
What are the different functions used in sap script?