8. 一個圖(Graph)共有 n 個頂點(Vertex)與 e 個邊(Edge),若以一鄰接矩陣(Adjacent matrix) 來表示此圖,則此鄰接矩陣的大小為何? (A)n✕n (B)n✕e (C)n2+e (D)n2✕e