Question: ( a ) Draw the ordered rooted tree whose pre - order traversal is a , b , e , j , k , n

(a) Draw the ordered rooted tree whose pre-order traversal is
a,b,e,j,k,n,o,p,f,c,d,g,l,m,h,i
What is its post-order traversal?
%
(b) Using Kruskal's algorithm, find a minimum spanning tree in the weighted
graph whose vertices are A,B,C,D,L,M,N,S and the edges are
{S,L},{S,D},{S,C},{S,N},{L,D},{L,N},{C,B}
{C,N},{C,A},{A,N},{A,M},{N,B},{D,C},{N,M}
with corresponding weights
349,957,1855,2534,834,2451,860,722,606,760,595,191,908,1090
( a ) Draw the ordered rooted tree whose pre -

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!