Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what are the Pre requisites for binary search?

Answer Posted / sowjanya

The list of array(elements or items) that are to be searched
for a required element should be in ascending order or
sorted order for the search to be performed.

Eg: 21, 3, 4, 2, 5
search for 2
not found

2, 3, 7, 56, 133
search for 2
found

Is This Answer Correct ?    16 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Mention some important events in abap programming.

1091


How do you find if a logical database exists for your program requrements?

1136


Explain enhancements

1412


What is the name of the system variable that holds the contents of the selected line in interactive reporting?

1263


What two statements are required in an abap program to output an icon using a write statement?

1037


Why is pretty printer user in abap?

1322


What is generic buffering?

1434


Can we call reports and transactions from interactive reporting lists?

1153


What are the screen elements.

1068


What are the two ways for restricting the value range for a domain ?

1253


What is the difference between a pool table and a transparent table and how they are stored at the database level?

1113


Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.

1149


I need some information regarding Vcentric Test pattern ? with questions.

2221


what is difference between (internal table types)standard table and sorted table in sap abap....

2457


What are the Synchronous and asynchronous methods in bdc ?

1115