Skip to content

Instantly share code, notes, and snippets.

@jordanbaucke
Created April 10, 2019 04:33
Show Gist options
  • Save jordanbaucke/d344fc0418bc82b04433913c83f9f4b7 to your computer and use it in GitHub Desktop.
Save jordanbaucke/d344fc0418bc82b04433913c83f9f4b7 to your computer and use it in GitHub Desktop.
Whiteboard Warriors, 03.05.19, Solution: Match Nuts & Bolts, Source: https://www.geeksforgeeks.org/nuts-bolts-problem-lock-key-problem/
let nuts = ['@', '#', '$', '%', '^', '&']
let bolts = ['$', '%', '&', '^', '@', '#']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment