23. We find a spanning tree for the graph using the Prim's algorithm, starting with vertex e. Note that if
two or more vertices qualify, then the one with the least alphabetical order is selected. What is the
sum of the weights involved in the resulting tree?
(A) 30;
(B) 29;
(C)28;
(D) 27.