Linux console program in C doing a isi algorithm graph layout

mooigraph 8ae3b450ef initial il y a 4 ans
src 8ae3b450ef initial il y a 4 ans
.gitignore 4a9eab8f64 Initial commit il y a 4 ans
LICENSE 4a9eab8f64 Initial commit il y a 4 ans
Makefile.am 8ae3b450ef initial il y a 4 ans
README.md 8ae3b450ef initial il y a 4 ans
README1 8ae3b450ef initial il y a 4 ans
autogen.sh 8ae3b450ef initial il y a 4 ans
configure.ac 8ae3b450ef initial il y a 4 ans

README.md

isi-layout

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