Skip to content

jhmccoy9/RelationshipFinder

Repository files navigation

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.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages