/combination-lock-challenge

The challenge: Implement a program to find all possible words of two letters or more created by a series of N lettered wheels with M letters per wheel, like a combination lock.

Primary LanguageC++

Combination Lock Challenge

The challenge: Implement a program to find all possible words of two letters or more created by a series of N lettered wheels with M letters per wheel, like a combination lock.