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...

Can we use binary search in internal table sorted in decending
order ? if no why?

Answer Posted / saksham gautam

Binary search algorithm is based on middle value , first
data is divided into two part on the basis of middle value
so that left side data is less than middle value and right
side data greater than middle value. Search value is equal
to middle value then it give result middle value. If search
value is greater than middle value it will be search right
side of middle value ,if search value is less than middle
value it will search left side. So Data should be ascending
order so that greater value will be right side of middle
value and lesser value will be left side of middle value.
For example 1,2,3,4,5,6,7,8,9 here middle value is 5.Now we
search 7 it will be search in right part from 5.It is give
result. It’s opposite if it is in descending order
9,8,7,6,5,4,3,2,1.Here 5 is middle value and 7 is searched
in right from 5 according to binary search algorithm ,it
will fail for the search.

Is This Answer Correct ?    17 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.

2456


Explain Singleton class

1328


What does the extract statement do in extract datasets? : abap modularization

1135


what is call back in alv?

2520


What is meant by authorization? Did you ever work on it? : sap abap hr

989


What is the use of at new statement ?

1833


What are internal tables? How to use a specific number occurs statement?

1032


ABAP : Classical reports events name

1376


What is the t-code for transaction recorder? : abap bdc

1113


What is an authorization in sap?

1331


What is a report?

1299


What are the different methods of bdc? : abap bdc

1094


What is the advantage of structures?

1150


Does the external program run in the same sap luw as the caller, or in a separate one?

1180


What are the different types of abap reports in sap?

1376