LeetCode 269 : Alien Dictionary
If you skip Leet Code Hard questions because they are labelled “hard”, you should watch this video to see how they are, in fact, simple to solve!
Leetcode 105 : Construct a tree from Preorder and Inorder Traversal
Step-by-step : input requirements, output, time & space complexities - the works!
LeetCode 23 : Merge k sorted lists
Step-by-step : input requirements, output, time & space complexities - the works!
Leetcode 200 : Number of Islands
Don’t understand the problem statement or where to begin? Here’s a step by step solution along with Python Code.