Hi all!
Could you please help me? Maybe I'm missing something in the 'Pure'
problem.
I downloaded a solution, and the answer for the input '7' was 14.
however, I only found 13 valid subsets, where 7 is 'Pure'.
so I thought:
we should select subsets of this set:
{2,3,4,5,6,7}
the subsets I found:
{7}
{2,7}
{2,3,7}
{3,4,7}
{3,5,7}
{3,6,7}
{2,3,4,7}
{2,4,5,7}
{2,4,6,7}
{4,5,6,7}
{2,3,4,5,7}
{2,3,5,6,7}
{2,3,4,5,6,7}
there should be one more however... :/
--
You received this message because you are subscribed to the Google Groups
"google-codejam" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-code?hl=en.