Efficient set intersection algorithm

Posted by David on Stack Overflow See other posts from Stack Overflow or by David
Published on 2009-01-30T21:35:40Z Indexed on 2010/05/07 4:48 UTC
Read the original article Hit count: 393

Filed under:
|
|

Given two lists (not necessarily sorted), what is the most efficient non-recursive algorithm to find the intersection of those lists?

© Stack Overflow or respective owner

Related posts about set

Related posts about intersection