并列型双指针
题目
比较ith in A and jth in B的大小关系,小的++。
- Leetcode 349. Intersection of Two Arrays (Facebook店面,这道题要求结果不能包含duplicate,那么我们在用双指针遍历的时候每次需要getLastIndexPosition进行比较)
- Leetcode 350. Intersection of Two Arrays II
- Leetcode 160. Intersection of Two Linked Lists
- Lintcode 366. Fibonacci (滚动指针)