Skip to content

Instantly share code, notes, and snippets.

@jadon1979
Last active August 29, 2015 14:22
Show Gist options
  • Select an option

  • Save jadon1979/98de46d6a418b273cb0c to your computer and use it in GitHub Desktop.

Select an option

Save jadon1979/98de46d6a418b273cb0c to your computer and use it in GitHub Desktop.
// relation = ['Mother', 'Father', 'Son', 'Daughter', etc]
{
"name": "",
"relation": "",
"branch": [
"name": "",
"relation": "",
"branch": [
"name": "",
"relation": "",
"branch": []
],
"name": "",
"relation": "",
"branch": []
]
}
// OR
tree = [
[0, 0,
[
[0, 0, []],
[0, 0, []]
]
]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment