Untitled (9)
>
with(GraphTheory):with(SpecialGraphs):
>
H := CompleteKaryTree(3, 2);
>
DrawGraph(H);
>
DrawGraph(H,style=spring,dimension=3);
>