Akhmad228's blog

By Akhmad228, history, 8 years ago, In English

58E - Expression

Tags say that this problem Dp, but I have no idea for states of dp.

Tags dp
  • Vote: I like it
  • +1
  • Vote: I do not like it

»
8 years ago, hide # |
 
Vote: I like it +16 Vote: I do not like it

The main idea is 3D dynamic with O(10^2) transition. Check tutorial and cods of other users.