😀
OJ Practices
Ctrlk
  • Introduction
  • Leetcode
    • Tree
    • Dynamic Programming
    • Depth-First-Search
    • Breadth-First Search
      • 126 Word Ladder II
      • 127 Word Ladder
      • 130 Surrounded Regions
      • 133 Clone Graph
      • 200 Number of Islands
      • 261 Graph Valid Tree
      • 279 Perfect Squares
      • 286 Walls and Gates
      • 301 Remove Invalid Parentheses
      • 310 Minimum Height Trees
      • 317 Shortest Distance from All Buildings
      • 323 Number of Connected Components in an Undirected Graph
      • 365 Water and Jug Problem
      • 397 Integer Replacement
      • 407 Trapping Rain Water II
      • 417 Pacific Atlantic Water Flow
      • 429 N-ary Tree Level Order Traversal
      • 433 Minimum Genetic Mutation
      • 490 The Maze
      • 499 The Maze III
      • 505 The Maze II
      • 529 Minesweeper
      • 542 01 Matrix
      • 675 Cut Off Trees for Golf Event
      • 690 Employee Importance
      • 743 Network Delay Time
      • 752 Open the Lock
      • 773 Sliding Puzzle
      • 785 Is Graph Bipartite?
      • 787 Cheapest Flights Within K Stops
      • 815 Bus Routes
      • 818 Race Car
      • 847 Shortest Path Visiting All Nodes
      • 854 K-Similar Strings
      • 864 Shortest Path to Get All Keys
      • 886 Possible Bipartition
      • 909 Snakes and Ladders
      • 913 Cat and Mouse
      • 934 Shortest Bridge
    • Two Pointers
    • Linked List
    • Backtracking
    • Binary Search
    • Union Find
    • Trie
    • Sort
    • Heap
    • Randomness
    • Topological Sort
    • Stack
    • Hash Table
Powered by GitBook
On this page

Was this helpful?

  1. Leetcode

Breadth-First Search

126 Word Ladder II127 Word Ladder130 Surrounded Regions133 Clone Graph200 Number of Islands261 Graph Valid Tree279 Perfect Squares286 Walls and Gates301 Remove Invalid Parentheses310 Minimum Height Trees317 Shortest Distance from All Buildings323 Number of Connected Components in an Undirected Graph365 Water and Jug Problem397 Integer Replacement407 Trapping Rain Water II417 Pacific Atlantic Water Flow429 N-ary Tree Level Order Traversal433 Minimum Genetic Mutation490 The Maze499 The Maze III505 The Maze II529 Minesweeper542 01 Matrix675 Cut Off Trees for Golf Event690 Employee Importance743 Network Delay Time752 Open the Lock773 Sliding Puzzle785 Is Graph Bipartite?787 Cheapest Flights Within K Stops815 Bus Routes818 Race Car847 Shortest Path Visiting All Nodes854 K-Similar Strings864 Shortest Path to Get All Keys886 Possible Bipartition909 Snakes and Ladders913 Cat and Mouse934 Shortest Bridge
Previous808 Soup ServingsNext126 Word Ladder II

Last updated 5 years ago

Was this helpful?