summaryrefslogtreecommitdiff
path: root/atcoder.md
diff options
context:
space:
mode:
authorAnthony Wang2020-10-27 19:54:16 -0500
committerAnthony Wang2020-10-27 19:54:16 -0500
commitcf37012790b5632dc539076fe0c3f6fd7c8959eb (patch)
tree27f762454013b6cc2a8cc8944c981f883b1dacaf /atcoder.md
parent95690e3ee790916fe9c110faf006c23af5bf4163 (diff)
agc048_c
Diffstat (limited to 'atcoder.md')
-rw-r--r--atcoder.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/atcoder.md b/atcoder.md
index 2cd4d37..2628003 100644
--- a/atcoder.md
+++ b/atcoder.md
@@ -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