madcannibal's blog

By madcannibal, history, 9 years ago, In English

i solve this problem using memoization recursive function (UVa 10306 — e-Coins) , but when i try bottom up i don't know how to make all possible sum pairs in 2d table using their rows and columns indexes , any ideas ? thanks in advance.

  • Vote: I like it
  • 0
  • Vote: I do not like it