114k views
5 votes
What type of values are typically stores in unweighted graphs

A. 0 and 1

B. Integers

C.boolean

D.strings

1 Answer

7 votes

Answer: A) 0 and 1

Step-by-step explanation:

0 and 1 are the values that typically store in unweighted graph. Unweighted graph define as when an edge does not associate with the weight and does not contain any type of cost.

It is also known as edge weighted graph as, it is associated with the edge values and weight.

0 and 1 are typically store in the unweighted graphs because it is a very easy to store and simple to represent the graph in an array in the form of list.

User Oldo
by
8.3k points