in reply to
Automating solving missing Arithmetic operators
You need to find the
permutations
(ordered), which is what you do despite the comment that you are finding
combinations
(unordered).
Comment on
Re: Automating solving missing Arithmetic operators
Replies are listed 'Best First'.
Re^2: Automating solving missing Arithmetic operators
by
Swalif
(Scribe)
on Apr 07, 2011 at 14:16 UTC
Yes sir you are correct, I didn't mean combinations in the mathematical sense (this modules combinations function). I should be more careful with the words.
[reply]
In Section
Cool Uses for Perl