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 with latest info (#6381) #6382

Merged
merged 3 commits into from Jul 13, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
8 changes: 8 additions & 0 deletions docs/archived/outdated_information.md
Expand Up @@ -146,6 +146,14 @@ title: 更新停止の可能性が高い

## 記事

### コンテストに向けた練習方法を知る

- [AtCoder問題カテゴリー分類](https://qiita.com/c-yan/items/56a051d826b873b4f78d) - コンテストで出題された問題が分類されている。上記の記事より難易度が高い問題が多く含まれている。
KATO-Hiro marked this conversation as resolved.
Show resolved Hide resolved
- 確認した日: 2023/07/13

!!! warning "注意"
2021年10月以降の更新は確認できず。

### 実装テクニックを学ぶ

- [Rustで競技プログラミングの入力をスッキリ記述するマクロ](https://qiita.com/tanakh/items/0ba42c7ca36cd29d0ac8) - Rustで入力データを扱うコードを簡潔に書くためのinput!マクロが紹介されている記事。
Expand Down
8 changes: 0 additions & 8 deletions docs/articles/how_to_practice.md
Expand Up @@ -31,11 +31,6 @@ title: コンテストに向けた練習方法を知る

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

- [AtCoder問題カテゴリー分類](https://qiita.com/c-yan/items/56a051d826b873b4f78d) - コンテストで出題された問題が分類されている。上記の記事より難易度が高い問題が多く含まれている。

!!! warning "注意"
2021年10月以降の更新は確認できず。

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

- [フレンズ問題](https://docs.google.com/spreadsheets/d/1IkOQbXnC8Mb9EWuxEACGf2UcponRdk7SHCrQMoK9Ml8/edit?pli=1#gid=0) - [kyopro_friends](https://atcoder.jp/users/kyopro_friends)さんが原案・作成した問題の一覧。AtCoder Beginner Contest (ABC)で出題された問題が多い。
Expand All @@ -51,6 +46,3 @@ title: コンテストに向けた練習方法を知る
## コンテストに関するTips集

- [AtCoder コンテストについてのtips](https://qiita.com/drken/items/8a6f139158cde8a61dce) - [AtCoder](https://atcoder.jp/)におけるコンテストの成績の解釈方法、参加に関するTips、プログラミングコンテストサイトの紹介について書かれている。

!!! warning "注意"
2020年4月以降更新されていないため、出題される問題数や成績の解釈などが現在と異なる部分もある。