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