I had posted this on
stack-overflow. I'd like to get some more responses.
I want to create a tree like structure (mostly with 3 levels). However, my leafs may have multiple parents.
I realize that this is a graph. However, the data I have is quite structured and I don't need to have connections all over the place.
This is what I have:
1 grandparent
All children (2nd level) have only 1 parent
Grandchildren may have more than 1 parent (all at 2nd level)
Can you recommend any visualization for this?
Is it feasible to modify the tree layout for this problem (I program as a hobby :-( )
Thx,
- Nilanjan