LeetCode
Ctrlk
  • Introduction
  • Design
  • OOD
  • Sort
  • Binary Search
  • Data Structure
  • Graph
    • BFS/DFS
      • Topological Sort
      • BackTracking
      • Memoization
      • 733. Flood Fill
      • 279. Perfect Squares
      • 200. Number of Islands (Amazon)
      • 694. Number of Distinct Islands
      • 711. Number of Distinct Islands II
      • 98. Validate Binary Search Tree
      • 785. Is Graph Bipartite?
      • 491. Increasing Subsequences
      • 51. N-Queens
      • 52. N-Queens II
      • 286. Walls and Gates
      • 111. Minimum Depth of Binary Tree
      • 753. Craking the Safe
    • 399. Evaluate Division
    • 127. Word Ladder
    • 126. Word Ladder II
    • 339. Nested List Weight Sum
  • Traversal
  • Math
  • Sum
  • Parentheses
  • String
  • Greedy
  • Dynamic Programming
  • JingChi.ai
  • Twitter
  • Akuna
  • LintCode Contest
  • SQL
  • FB 19
  • Google 20
  • 818. Race Card
Powered by GitBook
On this page

Was this helpful?

  1. Graph

BFS/DFS

Topological SortBackTrackingMemoization733. Flood Fill279. Perfect Squares200. Number of Islands (Amazon)694. Number of Distinct Islands711. Number of Distinct Islands II98. Validate Binary Search Tree785. Is Graph Bipartite?491. Increasing Subsequences51. N-Queens52. N-Queens II286. Walls and Gates111. Minimum Depth of Binary Tree753. Craking the Safe
PreviousGraphNextTopological Sort

Last updated 6 years ago

Was this helpful?