D12 - StackOverflow contribution

StackOverflow, Software, Java, Algorithms, Recursion

StackOverflow contribution

Answered a question on SOF. The author needed an algorithm to permutate some values within a class. It took a while since recursive solutions always need that extra thinking power (at least for me). I believe my solution perfectly answered his needs. The page can be found here for future reference.

Hope I helped!

RwK