Depth‐First Search (DFS) Pattern - rs-hash/GETTHATJOB GitHub Wiki

  • Number of Islands (LeetCode 200)

  • Maximum Depth of Binary Tree (LeetCode 104)

  • Binary Tree Inorder Traversal (LeetCode 94)

  • Path Sum II (LeetCode 113)

  • Graph Valid Tree (LeetCode 261)

  • Permutations (LeetCode 46)

  • Subset (LeetCode 78)

  • N-Queens (LeetCode 51)