Hello All,
I'm working on a puzzle right now and am a bit stumped. I confess, I'm not much of a PHP programmer, but I don't claim to be either haha.
I have an array with several variables:
- dad
- tsa
- aft
Next, I have a much larger word, adfadadafttsaadfad
Notice how the variables are not necessarily in order. The order isn't repeated. I need to find, given the combinations, what the starting character of the larger word is.
I'm doing my best to learn, so a nod in the right direction would be appreciated :)
Thanks!