Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.13 KB

File metadata and controls

23 lines (15 loc) · 1.13 KB

AtCoderPy

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.

Rule

  • 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....
  • The solutions that are submitted and AC on the AtCoder site will be posted on Zenn.dev as an example of a solution.