Write out an adjacency matrix for this graph.
Consider the following undirected graph.
vertices: A, B, C, D, E
edges: (A,B),(C,D), (B,D), (B,C), (C,E), (D,E)
A B C D E
A F T F F F
B T F T T F
C F T F T T
D F T T F T
E F F T T F
Computer Science & Information Technology