LeetCode BFS題目以及要注意的點
(下面全都是高頻題目 要注意)
126 Word Ladder 2
127 word ladder
130 surrounded regions
133 clone graph
200 Number of island
207 course schedule
210 course schedule 2
261 graph valid tree
279 perfect square
286 walls and gates
201 remove invalid parentheses
317 shortest distance from all buildings
323 number of connected components in an undirected graph
407 Trapping Rain Water II
417 Pacific Atlantic Water Flow
490 the maze
499 the maze 3
505 the maze 2
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 fights within k stops
815 bus routes
847 Shortest path visiting all nodes
854 K similar strings
864 shortest path
1236 Web Crawler
913 cat and mouse
1293 Shortest Path in a Grid with Obstacles Elimination
1091 shortest path in binary matrix
934 shortest bridge
909 snakes and ladders
1242 web crawler multithreaded
863 All nodes distance K in binary tree
994 rotting oranges
1197 Minimum knight moves
相關文章
- LeetCode Trie常見的題型以及要注意的點LeetCode
- LeetCode Too Much Details常見的題型以及要注意的點LeetCodeAI
- [LeetCode] 最短的橋 雙BFS JavaLeetCodeJava
- dfs題目這樣去接題,秒殺leetcode題目LeetCode
- leetcode刷題記錄:演算法(六)BFS&DFSLeetCode演算法
- 【LeetCode】簡單題目集LeetCode
- 分享一道有趣的 Leetcode 題目LeetCode
- 【Leetcode】題目集:31-40LeetCode
- leetcode題目解析(js)--連結串列LeetCodeJS
- Leetcode Remove Duplicates型別題目 (python)LeetCodeREM型別Python
- LeetCode 89,因為題目晦澀而被點了1500+反對的搜尋問題LeetCode
- LeetCode題解(1512):好數對的數目(Python)LeetCodePython
- BFS/acm習題集ACM
- 演算法刷題:LeetCode中常見的動態規劃題目演算法LeetCode動態規劃
- Leetcode目錄LeetCode
- LeetCode題解:127. 單詞接龍,雙向BFS,JavaScript,詳細註釋LeetCodeJavaScript
- LeetCode:動態規劃+貪心題目整理LeetCode動態規劃
- leetcode題目10之正規表示式匹配LeetCode
- LeetCode簡單演算法題目-JS解法LeetCode演算法JS
- LeetCode《買賣股票的最佳時機》系列題目,最詳解LeetCode
- 遊戲伺服器需要注意的三點安全問題遊戲伺服器
- LeetCode每日一題--973. 最接近原點的 K 個點LeetCode每日一題
- MySQL的clone(克隆)要注意的點MySql
- LeetCode C++ 1302. Deepest Leaves Sum【Tree/BFS/DFS】中等LeetCodeC++
- 面試題目-遍歷,點選面試題
- LeetCode題解(1621):大小為K的不重疊線段的數目(Python)LeetCodePython
- LeetCode Animation 題目圖解彙總(持續更新中...)LeetCode圖解
- 寫小說主要注意的點
- LeetCode刷題的一點個人建議和心得LeetCode
- M – Sort it 一組簡單一點的題目(三)
- 一組簡單一點的題目(五)R – Rectangles
- POJ3984 迷宮問題【BFS】
- 【ybtoj】【BFS】【例題1】走迷宮
- LeetCode題目:39. 組合總和 解題思路及Java實現LeetCodeJava
- LeetCode題解(1639):統計只差一個字元的子串數目(Python)LeetCode字元Python
- Leetcode刷題之連結串列增加頭結點的字首節點LeetCode
- 搞懂 HashSet & LinkedHashSet 原始碼以及集合常見面試題目原始碼面試題
- leetcode 103. 二叉樹的鋸齒形層序遍歷 BFS方法LeetCode二叉樹