Skip to content

Commit

Permalink
Merge pull request #4560 from KATO-Hiro/#4555
Browse files Browse the repository at this point in the history
💥 Move articles and blog to archives (#4555)
  • Loading branch information
KATO-Hiro committed Sep 5, 2022
2 parents 5d664f2 + 06dcc97 commit 6f9ac2b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
8 changes: 8 additions & 0 deletions docs/archived/broken_links.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ title: リンク切れ
- [私と競プロと教育活動(Qiita Night LT 資料)](https://www.slideshare.net/MasatakaYoneda/qiita-night-lt) - 記事「[現役高校生が、AtCoderでレッドコーダーになるまでにやってきたこと。プログラミング上達の秘訣を全て教えます](https://engineer-lab.findy-code.io/redcoder)」の続編とも言えるスライド。
- 確認した日: 2021/12/01


### アルゴリズムを学ぶ

- [誰でも分かる!ランダム性を利用した平衡二分木](https://qiita.com/Kodaman_KoD/items/5868462d530782e0a3a0) - ランダム性を利用した平行二分木について、丁寧に解説した記事。平行二分木の図解、ランダム性を利用する方法やC++による実装について説明されている。
- 確認した日: 2022/09/05

### 数学を学ぶ

- [異常modまとめ](https://hyado.hatenablog.jp/entry/2020/12/07/000000) - 場合の数を大きな素数で割った余りを求める問題において、珍しい素数や有名な素数に近い値が出題された事例を紹介した記事。
Expand All @@ -63,6 +69,8 @@ title: リンク切れ

## ブログ

- [Qiita - KoD](https://qiita.com/Kodaman_KoD)
- 確認した日: 2022/09/05
- [はてなブログ - yochan](https://www.yochan.blog/main/)
- 確認した日: 2022/07/02

Expand Down
1 change: 0 additions & 1 deletion docs/articles/algorithm.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ title: アルゴリズムを学ぶ

### 平衡二分探索木

- [誰でも分かる!ランダム性を利用した平衡二分木](https://qiita.com/Kodaman_KoD/items/5868462d530782e0a3a0) - ランダム性を利用した平行二分木について、丁寧に解説した記事。平行二分木の図解、ランダム性を利用する方法やC++による実装について説明されている。
- [k番目の値を高速に取り出せるデータ構造のまとめ - BIT上二分探索や平衡二分探索木など](https://qiita.com/drken/items/1b7e6e459c24a83bb7fd) - k番目の値を高速に取り出すことができるデータ構造をまとめた記事。

### 正式名称と略語
Expand Down
1 change: 0 additions & 1 deletion docs/blogs/algorithm/cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ title: C++
|japlj|[はてなブログ](https://japlj.hatenablog.com/)||
|joisino|[はてなブログ](https://joisino.hatenablog.com/)||
|kmjp|[はてなブログ](https://kmjp.hatenablog.jp/)||
|KoD|[Qiita](https://qiita.com/Kodaman_KoD)||
|kort0n|[はてなブログ](https://kort0n.hatenablog.com/)||
|kotatsugame|[はてなブログ](https://kotatsugame.hatenablog.com/)|Rated対象外のコンテストを中心に複数の言語で実装されている回答もある。|
|latte0119|[はてなブログ](https://lattemalta.hatenablog.jp/)||
Expand Down
2 changes: 1 addition & 1 deletion monthly_changelog/2020_10.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

- [#776](https://github.com/KATO-Hiro/AtCoderClans/pull/776) - 記事ページに以下の記事・資料を追加。
- [Windowsで競プロに必要なNeovim環境を整える](https://qiita.com/KowerKoint/items/89d1952b54dec57a1a07)
- [誰でも分かる!ランダム性を利用した平衡二分木](https://qiita.com/Kodaman_KoD/items/5868462d530782e0a3a0)
- 誰でも分かる!ランダム性を利用した平衡二分木
- [桁DPの痒いところに手が届く解説](https://qiita.com/pinokions009/items/1e98252718eeeeb5c9ab)
- [【競技プログラミング】online dynamic connectivity(削除可能union-find)の作り方を詳しく解説!!!](https://qiita.com/hotman78/items/78cd3aa50b05a57738d4)
- [Prime CountのPDFを書きました](https://tk0-math.hatenablog.com/entry/2020/04/16/181024)
Expand Down

0 comments on commit 6f9ac2b

Please sign in to comment.