原文链接: https://leetcode-cn.com/problems/network-delay-time
英文原文You are given a network of n nodes, labeled from 1 to n.
标签详情
图 分类
原文链接: https://leetcode-cn.com/problems/cracking-the-safe
英文原文There is a safe protected by a password. The password is
原文链接: https://leetcode-cn.com/problems/couples-holding-hands
英文原文There are n couples sitting in 2n seats arranged in a
原文链接: 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/sum-of-distances-in-tree
英文原文There is an undirected connected tree with n nodes
原文链接: 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