297. Serialize and Deserialize Binary Tree 2020-01-26 LeetCode recursive and iterative ways to solve this problem
295. Find Median From Data Stream 2020-01-22 LeetCode Using two heaps to find the median from data stream