Oracle Interview Question

Got asked to check whether 2 list intercepts at some point.

Interview Answer

Anonymous

Jan 11, 2016

I gave 3 possible answers. Greedy, using Hash Table and using a function that gives the length of the list (which was the one that they were expecting)