Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📚 Update url (#6518) #6519

Merged
merged 1 commit into from Aug 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 2 additions & 5 deletions docs/articles/how_to_practice.md
Expand Up @@ -25,11 +25,8 @@ title: コンテストに向けた練習方法を知る

### 問題のカテゴリを知る

<!-- markdown-link-check-disable -->

- [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。

<!-- markdown-link-check-enable -->
- [AtCoderの問題を分類しました](https://zenn.dev/koyanagihitoshi?tab=books) - [AtCoder](https://atcoder.jp/)で開催されたコンテストについて、問題が分類(入出力、組み込み型、組み込み関数・モジュール、データ構造・アルゴリズム、数学などの6種類)されている。
- [Pythonによる解答例](https://github.com/KoyanagiHitoshi/AtCoder-Python-Introduction) - 動作環境は、Python3.8.2。

### 問題の作成者が公開している問題集

Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/2022_03.md
Expand Up @@ -15,7 +15,7 @@ title: Change Log for March, 2022

<!-- markdown-link-check-disable -->

- [#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)

<!-- markdown-link-check-enable -->
Expand Down