E. Tetrahedron

Правка en1, от A.m-E.r, 2018-02-21 03:40:49

Hello guys,

So recently i was solving this simple DP problem and i was confused when i got an MLE using a memoization table memo[1e7][2] however some others's codes got Accepted using the same memory as mine .

here is my code , can anyone explain please ? :)

Теги #dp

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en3 Английский A.m-E.r 2018-02-21 05:11:16 3 Tiny change: 'some others's codes got' -> 'some other codes got'
en2 Английский A.m-E.r 2018-02-21 03:41:44 3 Tiny change: 'e memo[1e7][2] howev' -> 'e memo[1e7+1][2] howev'
en1 Английский A.m-E.r 2018-02-21 03:40:49 384 Initial revision (published)