Link to problem: https://leetcode.com/problems/letter-...
Intuition: Using recursion to model arbitrarily nested loops, each loop will plant all of the possibilities for which letter could represent a digit. For each of the "possibilities" where a number has been placed, it will recursively call itself to effectively nest another loop and explore the nested possibilities for the next digit(s)
SOCIAL
----------------------------------------------------------------------------------------------------------------
Patreon: / joshribakoff
Instagram: / joshribakoff
Twitter: / joshribakoff
Github: https://github.com/joshribakoff
LinkedIn: / josh-ribakoff