Skip to content

Instantly share code, notes, and snippets.

@j3speaks
Last active May 16, 2019 14:59
Show Gist options
  • Save j3speaks/bcf11c4fbd8b5643d51e98d5c92d978c to your computer and use it in GitHub Desktop.
Save j3speaks/bcf11c4fbd8b5643d51e98d5c92d978c to your computer and use it in GitHub Desktop.
Bridge and Torch Logic Puzzle (written in Go)
{
"participants":[
{
"name": "Sam",
"speed": 5
},
{
"name": "Mouna",
"speed": 1
},
{
"name": "Shiv",
"speed": 8
},
{
"name": "Arjun",
"speed": 2
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment