Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 329 Bytes

File metadata and controls

10 lines (7 loc) · 329 Bytes

RelationshipFinder

A program that will take a GEDCOM file from FamilySearch and use the Floyd-Warshall algorithm and OpenMP to find the relationship between two people.

To compile: g++ -fopenmp -O3 *cpp -o RelationshipFinder

To run: ./RelationshipFinder your_gedcom_file.ged

I used a gedcom file generated by RootsMagic 8.