原文链接: https://leetcode-cn.com/problems/is-graph-bipartite
英文原文There is an undirected graph with n nodes, where each no
标签详情
广度优先搜索 分类
原文链接: https://leetcode-cn.com/problems/cheapest-flights-within-k-stops
英文原文There are n cities connected by some number
原文链接: https://leetcode-cn.com/problems/all-paths-from-source-to-target
英文原文Given a directed acyclic graph (DAG) of n n
原文链接: https://leetcode-cn.com/problems/find-eventual-safe-states
英文原文There is a directed graph of n nodes with each no
原文链接: https://leetcode-cn.com/problems/bus-routes
英文原文You are given an array routes representing bus routes where rout
原文链接: https://leetcode-cn.com/problems/making-a-large-island
英文原文You are given an n x n binary matrix grid. You are al
原文链接: https://leetcode-cn.com/problems/similar-string-groups
英文原文Two strings X and Y are similar if we can s
原文链接: https://leetcode-cn.com/problems/keys-and-rooms
英文原文There are n rooms labeled from 0 to n - 1 and all the r
原文链接: https://leetcode-cn.com/problems/shortest-path-visiting-all-nodes
英文原文You have an undirected, connected graph of
原文链接: https://leetcode-cn.com/problems/k-similar-strings
英文原文Strings s1 and s2 are k-similar (for some non-negative in