existing list - https://leetcode.com/discuss/interview-question/256347/ctci-questions-lists
Trees and Graphs :-
Validate BST https://leetcode.com/problems/validate-binary-search-tree/
Successor https://leetcode.com/problems/inorder-successor-in-bst-ii/ , similar - https://leetcode.com/problems/inorder-successor-in-bst/
Build Order https://leetcode.com/problems/course-schedule/
First common ancestor https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree/
BST Sequence similar https://leetcode.com/problems/unique-binary-search-trees-ii/
Check Subtree https://leetcode.com/problems/subtree-of-another-tree/
Path with Sum 1) https://leetcode.com/problems/path-sum/ 2) https://leetcode.com/problems/binary-tree-paths/
I will keep updating this list. please comment if you found any questions