Spawn a random tree

Timothy Rice 991a1e0916 Clarified attribution and usage rights of the shub-niggurath logo. 11 vuotta sitten
.gitignore b8a8467014 Added gitignore to exclude compiled binary. 11 vuotta sitten
Doxyfile dbe16722f6 Implemented a bunch of stuff; next step: print out what's in the eids vector, shuffle the vector, try using pop_back and push_back to transfer edges from the complete graph to the tree. 11 vuotta sitten
LICENSE 991a1e0916 Clarified attribution and usage rights of the shub-niggurath logo. 11 vuotta sitten
LICENSE.BSD d3e280bf22 Had MIT and modified BSD licenses confused. 11 vuotta sitten
LICENSE.GPL d7b006f0be Make it a dual license to be compatible with glibc and igraph. 11 vuotta sitten
Makefile b04cd827e5 Got everything working correctly. Broke up main function a bit. Added some sanity checks and tidying up. Created README and LICENSE. Help message gives a quote showing where the name Shub Niggurath comes from. 11 vuotta sitten
README b04cd827e5 Got everything working correctly. Broke up main function a bit. Added some sanity checks and tidying up. Created README and LICENSE. Help message gives a quote showing where the name Shub Niggurath comes from. 11 vuotta sitten
args.h df609ffe83 Added option to manually set seed. 11 vuotta sitten
formats.c b04cd827e5 Got everything working correctly. Broke up main function a bit. Added some sanity checks and tidying up. Created README and LICENSE. Help message gives a quote showing where the name Shub Niggurath comes from. 11 vuotta sitten
io.h b04cd827e5 Got everything working correctly. Broke up main function a bit. Added some sanity checks and tidying up. Created README and LICENSE. Help message gives a quote showing where the name Shub Niggurath comes from. 11 vuotta sitten
kruskal.c df609ffe83 Added option to manually set seed. 11 vuotta sitten
kruskal.h b04cd827e5 Got everything working correctly. Broke up main function a bit. Added some sanity checks and tidying up. Created README and LICENSE. Help message gives a quote showing where the name Shub Niggurath comes from. 11 vuotta sitten
main.c df609ffe83 Added option to manually set seed. 11 vuotta sitten
shub-niggurath.jpg dbe16722f6 Implemented a bunch of stuff; next step: print out what's in the eids vector, shuffle the vector, try using pop_back and push_back to transfer edges from the complete graph to the tree. 11 vuotta sitten

README

Usage: shub-niggurath [OPTION...]
Shub Niggurath -- spawn a random tree.

-f, --format=FORMAT Select output format from dot (default), graphml,
gml, pajek, edgelist, ncol, lgl, dimacs.
-n, --nodes=K Build a random tree on K nodes.
-o, --output=OUTFILE Output to OUTFILE instead of to standard output
-?, --help Give this help list
--usage Give a short usage message
-V, --version Print program version

Mandatory or optional arguments to long options are also mandatory or optional
for any corresponding short options.
__________________________________________________________________________
/\ \
\_| "So from the wells of night to the gulfs of space, and from the gulfs |
| of space to the wells of night, ever the praises of Great Cthulhu, |
| of Tsathoggua, and of Him Who is not to be Named. Ever Their praises, |
| and abundance to the Black Goat of the Woods. Iä! Shub-Niggurath! The |
| Goat with a Thousand Young!" |
| |
| - from `The Whisperer in Darkness' by H. P. Lovecraft |
| _____________________________________________________________________|_
\_/_______________________________________________________________________/

Report bugs to .