need help with a computer science question
Extracted text: What type of graph might be stored, given the adjacency matrix below? [ [0,1,0,0,1,0], [1,0,1,0,1,0], [0,1,0,1,0,01, [0,0,1,0,1,1], [1,1,0,1,0, 0], [0,0,0,1,0,0]] a directed graph Answers: an undirected graph a weighted graph an unweighted graph