Question
What does entry Aᵢⱼ in an unweighted adjacency matrix commonly indicate?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Whether an edge connects vertex i to vertex j
Explanation:
An adjacency matrix records pairwise connections using rows and columns for vertices. For a simple graph, entries are commonly 1 for an edge and 0 otherwise.
Leave a Reply