Created
April 10, 2019 04:33
-
-
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/
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
let nuts = ['@', '#', '$', '%', '^', '&'] | |
let bolts = ['$', '%', '&', '^', '@', '#'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment