diff options
author | Anthony Wang | 2022-03-05 21:26:36 -0600 |
---|---|---|
committer | Anthony Wang | 2022-03-05 21:26:36 -0600 |
commit | 0ccc261be008299a00d1836b44b126fdb4bb63b8 (patch) | |
tree | 2691437942a17428ef18afcb26e37904d0c8f7a9 /atcoder.md | |
parent | e950058193d485cefe94c217bb253cf7dd530942 (diff) |
Implemented arc129_d
Diffstat (limited to 'atcoder.md')
-rw-r--r-- | atcoder.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -240,4 +240,4 @@ - ~~arc123_d: Do some test cases and there's an obvious greedy strategy; However, reading it closely, it's actually asking for the absolute value, so we should try all of the shifts; You can binary search or two-pointers, but the easiest way is to put all the shifts into an array and sort them, then go through the one by one~~ -- arc129_d: Don't forget 0ll vs 0! +- ~~arc129_d: Don't forget 0ll vs 0!~~ |