choose all that are true for graphs. a. a simple graph does not have parallel edges or self-loops. b. in a connected, directed graph, every node is reachable from all other nodes. c. there cannot be any cycle in a tree. d. if a graph g is a forest, then there is no cycle in g.
-
The following are the statements which are true to the following:a. simple graph does not have parallel edges or self-loops.b. in a connected, directed graph, every node is reachable from all other nodes.c. there cannot be any cycle in a tree.d. if a graph g is a forest, then there is no cycle in g.we have:a. simple graph does not have parallel edges or self-loops. hence trueb. in a connected, directed graph, every node is reachable from all other nodes. hence truec. there cannot be any cycle in a tree. hence trued. if a graph g is a forest, then there is no cycle in g. hence trueLearn more about Graphs here:brainly.com/question/19040584#SPJ4