Skip to content

Instantly share code, notes, and snippets.

@psbrandt
Last active January 31, 2018 04:13
Show Gist options
  • Save psbrandt/fc6ff9406bf6d0f2aaa54e340f4b3bb1 to your computer and use it in GitHub Desktop.
Save psbrandt/fc6ff9406bf6d0f2aaa54e340f4b3bb1 to your computer and use it in GitHub Desktop.
Parent Child Dataset, UW CSE 544 Homework 2 part 1
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