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.

Revisions

  1. psbrandt revised this gist Jan 31, 2018. 1 changed file with 7 additions and 0 deletions.
    7 changes: 7 additions & 0 deletions parent_child.ra
    Original 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
    }
  2. psbrandt revised this gist Jan 31, 2018. 1 changed file with 5 additions and 0 deletions.
    5 changes: 5 additions & 0 deletions parent_child.ra
    Original 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
    }
  3. psbrandt revised this gist Jan 31, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion parent_child.ra
    Original 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 = {
    id
    x

    1
    4
  4. psbrandt revised this gist Jan 31, 2018. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions parent_child.ra
    Original 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
    }
  5. psbrandt created this gist Jan 31, 2018.
    21 changes: 21 additions & 0 deletions parent_child.ra
    Original 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
    }