Algorithm Subsets, Permutations, and Combination Sums Some classic backtracking/dfs problems walkthrough practice: subsets, permutations, and combination sums.
Algorithm Binary Tree Traversal: Preorder, Inorder, Postorder Getting a deeper understanding of how to traverse preorder, inorder and postorder binary tree in multiple ways.