Skip to content

Instantly share code, notes, and snippets.

@AndyNovo
Last active May 8, 2020 16:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndyNovo/0f2970132c6d38bc743912020783b92f to your computer and use it in GitHub Desktop.
Save AndyNovo/0f2970132c6d38bc743912020783b92f to your computer and use it in GitHub Desktop.
{
"root":{
"color":"green",
"next": ["node1","node2","node3"]
},
"node1":{
"color":"red",
"next":[]
},
"node2":{
"color":"green",
"next":["node4"]
},
"node3":{
"color":"red",
"next":[]
},
"node4":{
"color":"red",
"next":[]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment