summaryrefslogtreecommitdiff
path: root/atcoder.md
diff options
context:
space:
mode:
authorAnthony Wang2020-11-16 22:02:41 -0600
committerAnthony Wang2020-11-16 22:02:41 -0600
commit850cc7f12b8c3578b53cc6be3625b3ad256e9680 (patch)
treedb3b90db9d28f7c702184d5c5afc1fa834473323 /atcoder.md
parent14d1fc42dddecbeb85cec0170c277c006262306a (diff)
abc182_f
Diffstat (limited to 'atcoder.md')
-rw-r--r--atcoder.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/atcoder.md b/atcoder.md
index a55d41e..c161ad1 100644
--- a/atcoder.md
+++ b/atcoder.md
@@ -175,3 +175,5 @@
- panasonic2020_e: Exhaustive search
- arc107_d: Consider decompositions using 1 and ones without using 1 and derive formula
+
+- abc182_f: N <= 50 actually has no significance, an O(N) DP solution exists