LeetcodeCollection

@kavimaluskam

All tags / 

depth-first-search

100: Same Tree

Easy
tree
depth-first-search

106: Construct Binary Tree from Inorder and Postorder Traversal

Medium
array
tree
depth-first-search

430: Flatten a Multilevel Doubly Linked List

Medium
linked-list
depth-first-search

797: All Paths From Source to Target

Medium
backtracking
depth-first-search
graph

872: Leaf-Similar Trees

Easy
tree
depth-first-search

980: Unique Paths III

Hard
backtracking
depth-first-search