hello codeforces
this problem 917A - The Monster has only a greedy solution which is well explained in the editorial
however i want to introduce a Dynamic programming solution
O(N^4) DP solution : 34679276
int x
# | User | Rating |
---|---|---|
1 | tourist | 4009 |
2 | jiangly | 3823 |
3 | Benq | 3738 |
4 | Radewoosh | 3633 |
5 | jqdai0815 | 3620 |
6 | orzdevinwang | 3529 |
7 | ecnerwala | 3446 |
8 | Um_nik | 3396 |
9 | ksun48 | 3390 |
10 | gamegame | 3386 |
# | User | Contrib. |
---|---|---|
1 | cry | 167 |
2 | maomao90 | 163 |
2 | Um_nik | 163 |
4 | atcoder_official | 161 |
5 | adamant | 159 |
6 | -is-this-fft- | 158 |
7 | awoo | 157 |
8 | TheScrasse | 154 |
9 | nor | 153 |
9 | Dominater069 | 153 |
DP Workaround
hello codeforces
this problem 917A - The Monster has only a greedy solution which is well explained in the editorial
however i want to introduce a Dynamic programming solution
O(N^4) DP solution : 34679276
int x
Rev. | Lang. | By | When | Δ | Comment | |
---|---|---|---|---|---|---|
en12 | AnasAbbas | 2018-02-14 23:25:24 | 4 | (published) | ||
en11 | AnasAbbas | 2018-02-14 23:23:03 | 6 | |||
en10 | AnasAbbas | 2018-02-14 23:20:24 | 20 | |||
en9 | AnasAbbas | 2018-02-14 23:17:47 | 32 | |||
en8 | AnasAbbas | 2018-02-14 23:14:46 | 6 | Tiny change: 'd bracket complexity' -> 'd bracket `\n\n`complexity' | ||
en7 | AnasAbbas | 2018-02-14 23:13:49 | 3 | Tiny change: 'd bracket ---complexity' -> 'd bracket complexity' | ||
en6 | AnasAbbas | 2018-02-14 23:12:51 | 90 | |||
en5 | AnasAbbas | 2018-02-14 23:07:57 | 2276 | |||
en4 | AnasAbbas | 2018-02-14 21:50:47 | 22 | Tiny change: '79276]\n\n\n\n' -> '79276]\n\n~~~~~\nint x,y\n~~~~~\n\n\n\n\n\n' | ||
en3 | AnasAbbas | 2018-02-14 21:50:17 | 29 | Tiny change: '79276]\n\n\n\n' -> '79276]\n\n~~~~~\nint x,y\n~~~~~\n\n\n\n\n\n' | ||
en2 | AnasAbbas | 2018-02-14 21:49:40 | 21 | |||
en1 | AnasAbbas | 2018-02-14 21:46:53 | 265 | Initial revision (saved to drafts) |
Name |
---|