Skip to content

Instantly share code, notes, and snippets.

@tigrus
Created July 10, 2020 12:08
Show Gist options
  • Save tigrus/98b3e05c25da58de829d6e1eceaad8d9 to your computer and use it in GitHub Desktop.
Save tigrus/98b3e05c25da58de829d6e1eceaad8d9 to your computer and use it in GitHub Desktop.
[
{
"id": "C",
"next": ["D", "E"]
},
{
"id": "A",
"next": ["B"]
},
{
"id": "F",
"next": ["G", "H"]
},
{
"id": "B",
"next": ["C"]
},
{
"id": "E",
"next": ["F"]
},
{
"id": "H",
"next": ["I"]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment