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