码迷,mamicode.com
首页 > 其他好文 > 详细

补充博客

时间:2020-01-07 00:54:31      阅读:61      评论:0      收藏:0      [点我收藏+]

标签:for   present   ini   stack   ring   adt   mini   tree   include   

  • An undirected graph is a graph where the pairings representing the edges are _____________.
    • Unordered无序
  • Two vertices in a graph are ___________ if there is an edge connecting them.
    • B .Adjacent 相邻的
  • An undirected graph is considered complete if it has the maximum number of edges connecting vertices.
    • C .Complete
  • A _________ is a sequence of edges that connects two vertices in a graph.
    • B .Path 路径
  • A ________ is a path in which the first and last vertices are the same and none
    • D .Cycle
      -A minimum spanning tree is a spanning tree where the sum of the weights of the edges is greater than or equal to the sum of the weights for any other spanning tree for the same graph.
    • B .false
  • A spanning tree is a tree that includes all of the edges of a graph and some, but possibly not all, of the vertices.
    • B .false
  • A graph is connected if and only if the number of vertices in the breadth-first traversal is the same as the number of vertices in the graph regardless of the starting vertex.
    • B .false
  • The only difference between a depth-first traversal of a graph and a breadth-first traversal is the use of a queue instead of a stack to manage the traversal.
    • B .false
  • A network, or a weighted graph, is a graph with weights or costs associated with each edge.
    • A .true
  • A path is a sequence of edges that connects two vertices in a graph.
    • A .true
  • Two vertices in a graph are adjacent if there is an edge connecting them.
    • A .true
  • A minimum spanning tree is a spanning tree where the sum of the weights of the edges is ____________ to the sum of the weights for any other spanning tree for the same graph.
    • A .Less than or equal
  • The only difference between a depth-first traversal of a graph and a breadth-first traversal is the use of a _________ instead of a queue to manage the traversal.
    • A .Stack

补充博客

标签:for   present   ini   stack   ring   adt   mini   tree   include   

原文地址:https://www.cnblogs.com/acgacg/p/12159103.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!