is it like this sort 2 unsorted arrays of size m and n such m>n such that
array of size m can hold all n element apart from m element.an inplace
solution is required???
if it is so then copy the elements from n size array elements to m size
array and then perform quick sort ......

On Sat, Jun 12, 2010 at 10:27 PM, sharad <sharad20073...@gmail.com> wrote:

> an algorithm to sort two unsorted arrays, the former enough lengthy to
> accomodate all the elements in the latter, in place
>
> --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algoge...@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com<algogeeks%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>
>


-- 
yezhu malai vaasa venkataramana Govinda Govinda

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algoge...@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to