Last active
January 31, 2018 04:13
-
-
Save psbrandt/fc6ff9406bf6d0f2aaa54e340f4b3bb1 to your computer and use it in GitHub Desktop.
Revisions
-
psbrandt revised this gist
Jan 31, 2018 . 1 changed file with 7 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -15,6 +15,9 @@ x 14 15 16 18 19 20 } parent_child = { @@ -29,4 +32,8 @@ p1, p2 9, 13 14, 15 14, 16 16, 17 17, 18 17, 19 17, 20 } -
psbrandt revised this gist
Jan 31, 2018 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -12,6 +12,9 @@ x 10 12 13 14 15 16 } parent_child = { @@ -24,4 +27,6 @@ p1, p2 5, 10 5, 12 9, 13 14, 15 14, 16 } -
psbrandt revised this gist
Jan 31, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ group: Ancestry - person_living, parent_child description: CSE 544 homework 2 part 1 person_living = { x 1 4 -
psbrandt revised this gist
Jan 31, 2018 . 1 changed file with 6 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -9,6 +9,9 @@ id 5 8 9 10 12 13 } parent_child = { @@ -18,4 +21,7 @@ p1, p2 1, 5 2, 8 8, 9 5, 10 5, 12 9, 13 } -
psbrandt created this gist
Jan 31, 2018 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,21 @@ group: Ancestry - person_living, parent_child description: CSE 544 homework 2 part 1 person_living = { id 1 4 5 8 9 } parent_child = { p1, p2 1, 4 1, 5 2, 8 8, 9 }