Topic: graph algorithm
I am developing a ruby program that should be able to draw a genogram (a hierarchical tree with family relations) on a web page.
I am therefore looking for an algorithm for drawing a genogram or a similar tree-structure or some references explaning the principles behind such an algorithm
Any help about how to implement a genogram would be much apriciated