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
please give the remaining answers.
How do u set up background jobs in SAP? What r the steps? What are the event driven batch jobs?
In sap scripts, how will you link form with the event driven?
Can you delete data element, which is being used by table fields. : abap data dictionary
Do we have to migrate all sapscript forms to smart forms?
How to upload more than 2GB file from External Source to SAP?
How many ways you can create table? : abap data dictionary
What is tmg?
how can we use the text randomly or circularly in smartforms.... means... suppose i have 'abap' horizantally... but i want it in vertically... how can... plz any body tell me this....
In which table the material master data is stored?
What are the dynamic actions and how to configure it? : sap abap hr
What are the difference between call screen and leave screen?
What is database view ? : sap abap data dictionary
What are the events in classical reports?
What are indexes? : sap abap data dictionary