> We find the first max a[i] and the first max b[j], then > add the a[i]
> and b[j].
> Is the method ok?

It is useful only when u find the maximum value of an array in O ( log
n ) or O ( 1 ) time.....

Use heaps to get maximum value of an array.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/algogeeks
-~----------~----~----~----~------~----~------~--~---

Reply via email to