Skip to content

Instantly share code, notes, and snippets.

@hpstuff
Last active April 9, 2016 09:17
Show Gist options
  • Select an option

  • Save hpstuff/acaf70186757fcb17e0ed121280b7381 to your computer and use it in GitHub Desktop.

Select an option

Save hpstuff/acaf70186757fcb17e0ed121280b7381 to your computer and use it in GitHub Desktop.
graph
[
{
id: 1,
event_id: 11,
neighbours: [
{
id: 2,
distance: 5
},
{
id: 3,
distance: 3
}
]
},
{
id: 2,
event_id: 12,
neighbours: [
{
id: 1,
distance: 5
}
]
},
{
id: 3,
event_id: 13,
neighbours: [
{
id: 1,
distance: 3
},
{
id: 4,
distance: 6
}
]
},
{
id: 4,
event_id: 4,
neighbours: [
{
id: 3,
distance: 6
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment