Visualize a tree: Difference between revisions

m
No edit summary
Line 2,547:
 
=={{header|Maple}}==
<lang Maple> T := GraphTheory:-Graph([1, 2, 3, 4, 5], {{1, 2}, {2, 3}, {2, 4}, {4, 5}}):
GraphTheory:-DrawGraph(T, style = tree);</lang>
 
Anonymous user