Skip to content

Tag: permutation

Permutations of an array of arrays of strings

I simply cannot wrap my head around how to solve this problem and after a thorough search on Google with no results, I turn to you with hopes of a solution. Given the sample array below: (Note: This is merely a sample; the actual real life situation might have less/more groups and/or elements per group) How w…