Here is the list most popular but hard interview questions that according to leetcode.
List of problems and solutions
- find median of two sorted arrays
- Regular expression matching
- Merge K sorted lists
- Find first missing positive
- Trapping rain water
- Wildcard matching
- Minimum window substring
- Largest rectangle in histogram
- Binary Tree Maximum Path Sum
- Word ladder
- word break II
- Max points on a line
link in github
More interview questions can be found here:
Algorithm