Tagged Questions
0
votes
1answer
203 views
graph database for genealogy
could someone point me to a working use of a graph database for genealogy? I would like to learn neo4j and I use python so I was looking to make a genealogy graph db for myself to learn graph db's. I ...
1
vote
4answers
344 views
Graph and relational database
I'm looking for the best way to store and query a family tree (a graph of people with their relationships like a genealogy ) into a relational database.
I guess, that can be easily achieved by using ...
1144
votes
18answers
117k views
Cycles in family tree software
I am the developer of some family tree software (written in C++ and Qt). I had no problems until one of my customers mailed me a bug report. The problem is that he has two children with his own ...
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 ...
4
votes
5answers
989 views
Efficient database query for ancestors on an acyclic directed graph
Let's say I have an acyclic directed graph such as a family "tree" (not really a tree since a child has 2 parents). I want to place a representation of this graph in a relational database so that it's ...