Last active
May 16, 2019 14:59
-
-
Save j3speaks/bcf11c4fbd8b5643d51e98d5c92d978c to your computer and use it in GitHub Desktop.
Bridge and Torch Logic Puzzle (written in Go)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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