Last active
January 31, 2018 04:13
-
-
Save psbrandt/fc6ff9406bf6d0f2aaa54e340f4b3bb1 to your computer and use it in GitHub Desktop.
Parent Child Dataset, UW CSE 544 Homework 2 part 1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| group: Ancestry - person_living, parent_child | |
| description: CSE 544 homework 2 part 1 | |
| person_living = { | |
| x | |
| 1 | |
| 4 | |
| 5 | |
| 8 | |
| 9 | |
| 10 | |
| 12 | |
| 13 | |
| 14 | |
| 15 | |
| 16 | |
| 18 | |
| 19 | |
| 20 | |
| } | |
| parent_child = { | |
| p1, p2 | |
| 1, 4 | |
| 1, 5 | |
| 2, 8 | |
| 8, 9 | |
| 5, 10 | |
| 5, 12 | |
| 9, 13 | |
| 14, 15 | |
| 14, 16 | |
| 16, 17 | |
| 17, 18 | |
| 17, 19 | |
| 17, 20 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment