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

✨ Add video (#7931) #7992

Merged
merged 1 commit into from Mar 31, 2024
Merged
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
1 change: 1 addition & 0 deletions docs/youtube/video.md
Expand Up @@ -19,6 +19,7 @@ title: 個別の動画
- [全探索とは?お気持ち編[競技プログラミング初心者へ]【ゆっくり解説】](https://www.youtube.com/watch?v=-vGsAqDIgQo) - 競技プログラミング(通称、競プロ)の最も基本的な技法である「全探索」の概略が説明されている。
- [DFS・BFSとは?お気持ち編[競技プログラミング初心者へ]【ゆっくり解説】](https://www.youtube.com/watch?v=0_9heBS7Flg) - 深さ優先探索(同DFS)、幅優先探索(同BFS)編。
- [DP(動的計画法)とは?お気持ち編[競技プログラミング初心者へ]【ゆっくり解説】](https://www.youtube.com/watch?v=oB3L8yyHsFY) - 動的計画法(同DP)編。
- [【ゆっくり解説】尺取り法と二分探索の「本当の」違い](https://www.youtube.com/watch?v=omD-yyb730k) - シンプルな例題を通して、尺取り法と二分探索で活用されている性質の違いが分かりやすく解説されている。
- [100÷9899=?(母関数・形式的べき級数入門)【ゆっくり解説】](https://www.youtube.com/watch?v=I02Obi-yXJU) - 母関数と形式的べき級数が、平易かつ簡潔に解説されている。

## 歌ってみた
Expand Down