Linux console program in C doing a isi algorithm graph layout
mooigraph 8ae3b450ef initial | il y a 4 ans | |
---|---|---|
src | il y a 4 ans | |
.gitignore | il y a 4 ans | |
LICENSE | il y a 4 ans | |
Makefile.am | il y a 4 ans | |
README.md | il y a 4 ans | |
README1 | il y a 4 ans | |
autogen.sh | il y a 4 ans | |
configure.ac | il y a 4 ans |
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