Additional Practice Questions
These are additional practice questions from Leetcode that are solvable with what you have learned in CS201. However, some of them require much more creativity and cleverness than others! If you’re stuck on one of them, try another.
| Problem | Date Added |
|---|---|
| Linked List Cycle | 11/3 |
| Merge Two Sorted Lists | 11/3 |
| Maximum Nesting Depth of the Parentheses | 11/3 |
| Cousins in Binary Tree | 11/3 |
| Average of Levels in Binary Tree | 11/3 |
| Sum of Left Leaves | 11/3 |
| Same Tree | 11/3 |
| Check if Number Has Equal Digit Count and Digit Value | 11/11 |
| Balanced Binary Tree | 11/11 |
| Increasing Order Search Tree | 11/11 |
| Convert Sorted Array to Binary Search Tree | 11/11 |