A graph with integer weights or costs associated with edges is sometimes called a(n) _________________.

a) acyclic graph
b) directed graph
c) network
d) adjacency matrix
e) none of the above

c) network

Computer Science & Information Technology

You might also like to view...

In a Word document, if you right-click selected text then the Mini toolbar and a shortcut menu display

Indicate whether the statement is true or false

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1) If multiple properties are listed in the select clause, the results will be of type SelectedList. 2) A generic method does not need an object of the class in order to execute. 3) You can sort a LINQ query’s results only by one property. 4) The results of a LINQ query can have only the same type as the data being queried—for example, a LINQ query on a collection of Employee objects will always have Employee objects in the results.

Computer Science & Information Technology