find
1....length1 (arr1)
2....length 2(arr2)
3....sum = length1 +length 2
4....loops = sum /2
5... set two pointer (say ptr1 & ptr2) on arr[0]& arr2[0]
6.... start loop for i =1 to loops
if (*ptr1 <= *ptr2 )
ptr1++
else
ptr2++
please manage it & remaining part send after some time
--
You received this message because you are subscribed to the Google Groups
"Algorithm Geeks" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/algogeeks?hl=en.