Find the maximum sum of a sub-sequence from an positive integer array where any two numbers of sub-sequence are not adjacent to each other in the original sequence
Solution
Max(i) = max(Ni + Max(i+2), Max(i + 1)) foreach i
Best paper awards at ICALP 2012
-
The preliminary version of the detailed programme for ICALP 2012 is now
available here. While skimming through the programme, I learnt that the
best paper ...
38 minutes ago
0 commenti:
Post a Comment