ebisukeプログラミング初心者脱出黙示録

30歳を過ぎてから始めたプログラミングと競プロの記録。Pythonで取り組んでいます。Arduinoで電子工作も

2021-06-01から1ヶ月間の記事一覧

AtCoder-ABC207 C - Many Segments【Python解答例】

AtCoder Beginner Contest207のC - Many SegmentsについてPythonの解答例を記事にしていきます。

AtCoder-ABC207 A - Repression / B - Hydrate【Python解答例】

AtCoder Beginner Contest207のA - Repression / B - HydrateについてPythonの解答例を記事にしていきます。

AtCoder版!蟻本】ABC091 B - Two Colors Card Game【set,map】

AtCoder版!蟻本でset,mapの類題としてあげられているABC091のB - Two Colors Card GameをPythonで解いていきます。

【AtCoder版!蟻本】ABC085 B - Kagami Mochi【set,map】

AtCoder版!蟻本でset,mapの類題としてあげられているABC085のB - Kagami MochiをPythonで解いていきます。

AtCoder-ABC206 D - KAIBUNsyo【Python解答例】

AtCoder Beginner Contest206のD - KAIBUNsyoについてPythonの解答例を記事にしていきます。

【AtCoder版!蟻本】ATC001 B - Union Find【Union-Find】

AtCoder版!蟻本でUnion-Find木の類題としてあげられているATC001のB - Union FindをPythonで解いていきます。

AtCoder-ABC206 C - Swappable【Python解答例】

AtCoder Beginner Contest206のC - SwappableについてPythonの解答例を記事にしていきます。

AtCoder-ABC206 A - Maxi-Buying / B - Savings【Python解答例】

AtCoder Beginner Contest206のA - Maxi-Buying / B - SavingsについてPythonの解答例を記事にしていきます。

【AtCoder版!蟻本】ABC103 D - Islands War【区間スケジューリング】

AtCoder版!蟻本で区間スケジューリングの類題としてあげられているABC103のD - Islands WarをPythonで解いていきます。

ライブラリbisectによる二分探索【Python】

AtCoderなどの競技プログラミングを行っていると二分探索を使う場面があります。線形探索と比較して大きなデータに対しても短い時間で処理できることが利点です。この二分探索を行うライブラリがbisectで、使い方を記事にしたいと思います。 ソート import b…

AtCoder-ABC205 D - Kth Excluded【Python解答例】

AtCoder Beginner Contest205のD - Kth ExcludedについてPythonの解答例を記事にしていきます。

AtCoder-ABC205 C - POW【Python解答例】

AtCoder Beginner Contest205のC - POWについてPythonの解答例を記事にしていきます。

AtCoder-ABC205 A - kcal / B - Permutation Check【Python解答例】

AtCoder Beginner Contest205のA - kcal / B - Permutation CheckについてPythonの解答例を記事にしていきます。

【AtCoder版!蟻本】キーエンスプロコン2020 B - Robot Arms【区間スケジューリング】

AtCoder版!蟻本で区間スケジューリングの類題としてあげられているキーエンスプロコン2020 B - Robot ArmsをPythonで解いていきます。

AtCoder-ABC204 C - Tour【Python解答例】

AtCoder Beginner Contest204のC - TourについてPythonの解答例を記事にしていきます。

AtCoder-ABC204 A - Rock-paper-scissors / B - Nuts【Python解答例】

AtCoder Beginner Contest204のA - Rock-paper-scissors / B - NutsについてPythonの解答例を記事にしていきます。