Given two sorted arrays A and B.
Find the intersection of these arrays A and B.
I heard that intersection can be found by using a variation of merge routine of the merge sort.
Can you explain please in details and with example??
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Thread: Intersection of arraysThreaded View
Tags for this Thread |
Click Here to Expand Forum to Full Width |