C++
木の直径を求める
2024年7月11日 anadapunch プロひろ
グラフ(木)の直径を求めるプログラムを紹介します。 定義と手順 木の最も遠い頂点間の距離を木の直径と定義します。 木の直径は、以下の手順で求めることができます。 … AtCoder
ABC338 D問題(Island Tour)を解く
2024年5月31日 anadapunch プロひろ
AtCoder が提供しているABC(AtCoder Beginner Contest)338 のD問題をC++とPythonで解いてみま … AtCoder
ABC353 E問題(Yet Another Sigma Problem)を解く
2024年5月17日 anadapunch プロひろ
AtCoder が提供しているABC(AtCoder Beginner Contest)353 のE問題をC++とPythonで解いてみま … AtCoder
ABC273 E問題(Notebook)を解く
2024年5月16日 anadapunch プロひろ
AtCoder が提供しているABC(AtCoder Beginner Contest)273 のE問題をC++とPythonで解いてみま … AtCoder
ABC270 F問題(Transportation)を解く
2024年5月10日 anadapunch プロひろ
AtCoder が提供しているABC(AtCoder Beginner Contest)270 のF問題をC++で解いてみました。ABC2 … AtCoder
ABC352 E問題(Clique Connect)を解く
2024年5月9日 anadapunch プロひろ
AtCoder が提供しているABC(AtCoder Beginner Contest)352 のE問題をC++で解いてみました。ABC3 … AtCoder
ABC282 E問題(Choose Two and Eat One)を解く
2024年5月4日 anadapunch プロひろ
AtCoder が提供しているABC(AtCoder Beginner Contest)282 のE問題をC++で解いてみました。ABC2 … AtCoder
ABC350 D問題(New Friends)を解く
2024年4月24日 anadapunch プロひろ
AtCoder が提供しているABC(AtCoder Beginner Contest)350 のD問題をC++とPythonで解いてみま … AtCoder
ABC348 D問題(Medicines on Grid)を解く
2024年4月10日 anadapunch プロひろ
AtCoder が提供しているABC(AtCoder Beginner Contest)348 のD問題をC++とPythonで解いてみま … AtCoder
ABC343 B問題(Adjacency Matrix)を解く
2024年3月4日 anadapunch プロひろ
AtCoder が提供しているABC(AtCoder Beginner Contest)343 のB問題をC++とPythonで解いてみま …