Tagged Questions
1
vote
1answer
1k views
javascript library for building tree-node hierarchy
I am looking for JavaScript library that can perform the following tasks:
Dynamically generate tree (graph-node) (hierarchy structure of data)
Can connect nodes together
Zoom option for graph area
...
39
votes
9answers
2k views
Family Tree Algorithm
I'm working on putting together a problem set for an intro-level CS course and came up with a question that, on the surface, seems very simple:
You are given a list of people with the names of ...
1
vote
0answers
565 views
Algorithms for a family tree in asp.net and processing?
Hello im creating a website where a user inputs data to create a family tree. Im just tryin to figure out how to do it as ive not started coding yet, the problem is i dont no what algorithms are ...
1
vote
1answer
381 views
Represent a directory tree family-tree style
How can I output a representation of a directory tree in a family-tree style like this one where one to ten are directories at different levels under the root directory?
root
...
5
votes
1answer
1k views
Drawing family trees with WPF
I'm searching for tutorials on how to draw a family tree with WPF (and C#).
Something like http://www.myheritage.nl/FP/family-tree.php?s=65040841 or Family.Show but for a complete beginner. ...