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

💥 Replace new URL (#3802) #3803

Merged
merged 1 commit into from Apr 13, 2022
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
2 changes: 1 addition & 1 deletion media.md
Expand Up @@ -418,7 +418,7 @@ filename: media
- [ARMERIA](https://betrue12.hateblo.jp/) - [betrue12](https://atcoder.jp/users/betrue12)さんの解説ブログ。RubyとC++で実装されている。
- [【AtCoder解説】PythonでABCxxxの(問題番号)問題を制する!](https://qiita.com/u2dayo) - [unidayo](https://atcoder.jp/users/unidayo)さんの解説記事。主にAtCoder Beginner ContestのA〜C問題を中心とした解説とPythonによる実装例が紹介されている。
- [kmjp's blog](https://kmjp.hatenablog.jp/) - [kmjp](https://atcoder.jp/users/kmjp)さんの解説ブログ。C++で実装されている。
- [Kyopro Encyclopedia of Algorithms](https://kmyk.github.io/algorithm-encyclopedia/) - 競技プログラミングに関するアルゴリズムの百科事典を目指している解説サイト(試験運用中)。想定読者は、[AtCoder](https://atcoder.jp/)の黄色以上(レーティングで2000以上)。
- [Kyopro Encyclopedia of Algorithms](https://dic.kimiyuki.net/) - 競技プログラミングに関するアルゴリズムの百科事典を目指している解説サイト(試験運用中)。想定読者は、[AtCoder](https://atcoder.jp/)の黄色以上(レーティングで2000以上)。
- [maspyのHP](https://maspypy.com/category/atcoder) - [maspy](https://atcoder.jp/users/maspy)さんの解説ブログ。Pythonで実装されている。
- [noshi91のメモ](https://noshi91.hatenablog.com/) - [noshi91](https://atcoder.jp/users/noshi91)さんの解説ブログ。C++で実装されている。データ構造に関する記事が多いのが特徴。
- [opt の競プロブログ](https://opt-cp.com/) - [opt](https://atcoder.jp/users/opt)さんの解説ブログ。C++で実装されている。数学に関する解説・証明を扱った記事が多い。
Expand Down
2 changes: 1 addition & 1 deletion monthly_changelog/2020_11.md
Expand Up @@ -97,7 +97,7 @@
- Pythonの学習用サイト「[Python-izm](https://www.python-izm.com/)」を追加。
- [#875](https://github.com/KATO-Hiro/AtCoderClans/pull/875) - 「レーティングの節目に到達した喜びをつづった記事」を掲載。
- レーティング2000から2399まで(黄色)に[Chanyuh](https://atcoder.jp/users/Chanyuh)さんの[記事](https://p-chanyuh.hatenablog.com/entry/2020/08/30/135814)を追加。
- [#873](https://github.com/KATO-Hiro/AtCoderClans/pull/873) - 記事ページにアルゴリズムの解説サイト「[Kyopro Encyclopedia of Algorithms](https://kmyk.github.io/algorithm-encyclopedia/)」を追加。
- [#873](https://github.com/KATO-Hiro/AtCoderClans/pull/873) - 記事ページにアルゴリズムの解説サイト「[Kyopro Encyclopedia of Algorithms](https://dic.kimiyuki.net/)」を追加。

### 2020-11-05

Expand Down