1.clone a linked list with random pointer with out extra space https://leetcode.com/problems/copy-list-with-random-pointer/
2.Some question related to sliding window.