in Algorithms
490 views
0 votes
0 votes

http://quiz.geeksforgeeks.org/merge-sort/

in mergesort(arr,l,r) method m=l+(r-l)/2

// Same as (l+r)/2, but avoids overflow for

        // large l and h

what does this mean ,explain with example.

in Algorithms
490 views

Please log in or register to answer this question.

Related questions