From 24e39ac6e41ce12313df527ce8959da5dad49f30 Mon Sep 17 00:00:00 2001 From: Kato Hiroki Date: Tue, 1 Aug 2023 05:58:29 +0000 Subject: [PATCH] :books: Update url (#6518) --- docs/articles/how_to_practice.md | 7 ++----- docs/changelog/2022_03.md | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/articles/how_to_practice.md b/docs/articles/how_to_practice.md index 774a8b0d6..26ac737cf 100644 --- a/docs/articles/how_to_practice.md +++ b/docs/articles/how_to_practice.md @@ -25,11 +25,8 @@ title: コンテストに向けた練習方法を知る ### 問題のカテゴリを知る - - -- [AtCoderの問題を分類しました](https://qiita.com/KoyanagiHitoshi/items/32dc42d8c5ee75339e54) - [AtCoder](https://atcoder.jp/)で開催されたコンテストについて、問題の分類とPythonでの[解答例](https://github.com/KoyanagiHitoshi/AtCoder-Python-Introduction)が示されている。AtCoder Beginner Contest(ABC)のABC001〜ABC244のA問題・B問題・C問題と、AtCoder Regular Contest(ARC)のARC001〜ARC137のA問題などが対象。動作環境は、Python3.8.2。 - - +- [AtCoderの問題を分類しました](https://zenn.dev/koyanagihitoshi?tab=books) - [AtCoder](https://atcoder.jp/)で開催されたコンテストについて、問題が分類(入出力、組み込み型、組み込み関数・モジュール、データ構造・アルゴリズム、数学などの6種類)されている。 + - [Pythonによる解答例](https://github.com/KoyanagiHitoshi/AtCoder-Python-Introduction) - 動作環境は、Python3.8.2。 ### 問題の作成者が公開している問題集 diff --git a/docs/changelog/2022_03.md b/docs/changelog/2022_03.md index 06250bdb5..431ae7ef2 100644 --- a/docs/changelog/2022_03.md +++ b/docs/changelog/2022_03.md @@ -15,7 +15,7 @@ title: Change Log for March, 2022 -- [#3734](https://github.com/KATO-Hiro/AtCoderClans/pull/3734) - 「[Articles, Blogs, Books and Videos](../../media)」ページに掲載している記事「[AtCoderの問題を分類しました](https://qiita.com/KoyanagiHitoshi/items/32dc42d8c5ee75339e54)」の説明文を更新。また、解答例へのリンクを追加。 +- [#3734](https://github.com/KATO-Hiro/AtCoderClans/pull/3734) - 「[Articles, Blogs, Books and Videos](../../media)」ページに掲載している記事「[AtCoderの問題を分類しました](https://zenn.dev/koyanagihitoshi?tab=books)」の説明文を更新。また、解答例へのリンクを追加。 - [KoyanagiHitoshi/AtCoder-Python-Introduction](https://github.com/KoyanagiHitoshi/AtCoder-Python-Introduction)