Naomi's notebook

Naomi's notebook

2020-11-27から1日間の記事一覧

ABC183_E Queen on Grid

E - Queen on Grid Overall Solution You can solve this problem by dynamic programming, because if the place of Queen was decided, you can determine the number of cases of the situation and that of visiting goal from that place, uniquely. Yo…

ABC180_E Traveling Salesman among Aerial Cities

英語の練習で英語で解説記事を書いてみたいと思いますが、いつまで続くかは知りません。英語は話しているときくらいの気持ちで書くのでとてもbroken englishです… atcoder.jp Solution Overview This problem can be solved by bitDP(Dynamic programming). …