Pythonで書いたAtCoderの解答プログラムを管理するためのリポジトリです。
- 開催回のすべての問題をクリアするのではなく、中級程度までをクリアすることをまず目標にする。
ABC
では一周目はA~Bの問題をクリアすることが目標。- 二周目以降でC→D…と進めていきたい。
- AtCoderのサイトで解答を提出して
AC
となったものは解答例としてZenn.devに投稿していく。
Translated by DeepL
This repository is used to manage AtCoder solution programs written in Python.
- The first goal is not to complete all the questions in each session, but to complete up to the intermediate level.
- In
ABC
, the goal is to complete problems A to B in the first round. - After the second round, we would like to proceed from C to D....
- In
- The solutions that are submitted and
AC
on the AtCoder site will be posted on Zenn.dev as an example of a solution.