Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the best technology for drawing trees and graphs? [closed]

Tags:

tree

draw

tikz

What is the easiest, clearest way to draw graphs and trees for CS theory assignments?

I am not happy with any of these solutions:

  • text-based: ugly
  • tikz latex package: cumbersome for larger trees
  • Adobe Illustrator: time-consuming

Has anyone written software specifically for this task?

Thanks!

like image 480
flutillie Avatar asked Dec 01 '12 19:12

flutillie


People also ask

Are trees graphs or are graphs trees?

A graph is a set of vertices/nodes and edges. A tree is a set of nodes and edges. In the graph, there is no unique node which is known as root. In a tree, there is a unique node which is known as root.

What kind of graphs are trees?

In graph theory, a tree is an undirected graph in which any two vertices are connected by exactly one path, or equivalently a connected acyclic undirected graph.

Can tree be directed graph?

A directed graph is a forest (or tree) if when all edges are converted to undirected edges it is undirected forest (or tree). A rooted tree is a tree with one vertex designated as the root. For a directed graph the edges are typically all directed toward the root or away from the root. Directed acyclic graphs.


1 Answers

you might find Dia a helpful tool for all kinds of CS charts, graphs, and trees.

like image 115
happy coder Avatar answered Nov 04 '22 21:11

happy coder