diff options
author | Anthony Wang | 2020-10-27 19:54:16 -0500 |
---|---|---|
committer | Anthony Wang | 2020-10-27 19:54:16 -0500 |
commit | cf37012790b5632dc539076fe0c3f6fd7c8959eb (patch) | |
tree | 27f762454013b6cc2a8cc8944c981f883b1dacaf /atcoder.md | |
parent | 95690e3ee790916fe9c110faf006c23af5bf4163 (diff) |
agc048_c
Diffstat (limited to 'atcoder.md')
-rw-r--r-- | atcoder.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -160,7 +160,7 @@ - arc104_d*: Looks like simple DP but actually trickier, to count sets of average m, think of it as a lever with fulcrum at m and up to K weights at each of 1, 2, ... N -- agc048_c: Consider distance between consecutive penguins +- ~~agc048_c: Consider distance between consecutive penguins, each difference in the B array corresponds to an interval in the A array~~ - m_solutions2020_f: Lots of cases, can use symmetry, rotation, to shorten implementation |