约 125,000 个结果
  1. Weighted graph A weighted graph with ten vertices and twelve edges A weighted graph or a network is a graph in which a number (the weight) is assigned to each edge.
    了解详细信息:
    Weighted graph A weighted graph with ten vertices and twelve edges A weighted graph or a network is a graph in which a number (the weight) is assigned to each edge.
    en.wikipedia.org/wiki/Graph_(discrete_mathematics)
    weighted graph (plural weighted graphs) (graph theory) A graph that associates a weight (usually a real number) with every edge in the graph.
    en.wiktionary.org/wiki/weighted_graph
  2. 其他用户还问了以下问题
  3. Calculus on finite weighted graphs - Wikipedia

  4. 图标号 - 维基百科,自由的百科全书

  5. Dijkstra's algorithm - Wikipedia

    网页Dijkstra's algorithm (/ ˈ d aɪ k s t r ə z / DYKE-strəz) is an algorithm for finding the shortest paths between nodes in a weighted graph, which may represent, for example, road networks. It was conceived by computer …

  6. 图 (数学) - 维基百科,自由的百科全书

  7. 8.3: Weighted Graphs - Engineering LibreTexts

  8. weighted graphs - Konig's Theorem for Min Weight Vertex Cover ...

  9. Discrete Mathematics/Graph theory - Wikibooks

  10. algorithm - Using BFS for Weighted Graphs - Stack …

    网页2015年5月23日 · You can use Dijkstra's algorithm instead of BFS to find the shortest path on a weighted graph. Functionally, the algorithm is very similar to BFS, and can be written in a similar way to BFS. The only thing …