Linux console program in C doing a isi algorithm graph layout
mooigraph 8ae3b450ef initial | vor 4 Jahren | |
---|---|---|
src | vor 4 Jahren | |
.gitignore | vor 4 Jahren | |
LICENSE | vor 4 Jahren | |
Makefile.am | vor 4 Jahren | |
README.md | vor 4 Jahren | |
README1 | vor 4 Jahren | |
autogen.sh | vor 4 Jahren | |
configure.ac | vor 4 Jahren |
Linux console program in C doing a isi algorithm graph layout
The ISI layout algorithm is to produce a linear time (quick) layout.
It does a depth first search in each direction (X, Y) placing nodes.
See also README1