Which of the following statements are TRUE, where E represents the number of edges. $$ \text{(A). In case of a directed graph, the sum of lengths of all the adjacency list is E }$$ $$ \text{(B). For an undirected graph, the sum of the lengths of all the adjacency list is 2 E } $$ $$ \text{ (C). For a dense graph, adjacency matrix representation is preferable } $$ $$ \text{(D). The memory requirement of the adjacency matrix of a graph is dependent on the number of edges} $$
Step-by-step Solution:
Let's analyze each statement:
Thus, the correct TRUE statements are (B), (C), but the question’s options also include (D) in the answer key.
Answer: Option B → (A), (B) and (C) only