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 ADT (#7027) #7040

Merged
merged 1 commit into from Oct 13, 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
1 change: 1 addition & 0 deletions docs/articles/introduction.md
Expand Up @@ -114,6 +114,7 @@ title: 入門者・初心者向けの内容

難しすぎる内容だと思ったときは、[複数の解説](../algorithm)を読んだり、少し時間を置いて読み直してみたりみましょう。

- [AtCoder Daily Training](https://atcoder.jp/contests/adt_top) - [AtCoder](https://atcoder.jp/)公式が提供を予定しているAtCoder Beginner Contestの練習用バーチャルコンテスト(コンテストに仮想的に参加できる機能)。過去に出題された問題を対象として、複数の難易度・日時から選択して参加できる。
- [競プロ典型90問](https://twitter.com/e869120/status/1376089196100653060) - 競技プログラミング・アルゴリズムに関する教育的な問題が[常設コンテスト](https://atcoder.jp/contests/typical90)としてまとめられている。
- 補助資料
- [Qiita](https://qiita.com/e869120/items/1b2a5f0f07fd927e44e9) - コンテンツの活用方法
Expand Down
1 change: 1 addition & 0 deletions docs/for_beginners/question1.md
Expand Up @@ -69,6 +69,7 @@ A1: 入門者、初心者向けの教材や記事を読んでみましょう。[
- [APG4bからAtCoderを始めた人向けの導線](https://mogurin1000000007.hatenablog.com/entry/2021/02/09/162158) - 公式が提供するプログラミングの入門教材[C++入門 AtCoder Programming Guide for beginners (通称APG4b)](https://atcoder.jp/contests/APG4b)の概説と、APG4bをある程度学習した人に向けた基本的な練習方法やTipsが紹介されている記事です。
- [AtCoderの練習方法](https://atcoder.jp/posts/677) - [AtCoder](https://atcoder.jp/)の公式ブログで紹介されている練習方法です。上達のために、問題を多く解く方法や典型的なアルゴリズムを学ぶ方法が説明されています。
- [AtCoderでの勉強の仕方(コンテスト編)](http://chokudai.hatenablog.com/entry/2014/08/07/212849) - [AtCoder](https://atcoder.jp/)社長の[chokudai](https://twitter.com/chokudai)さんによる記事です。プログラミングコンテストの参加を通して、アルゴリズムの学習を継続的に行う方法が解説されています。
- [AtCoder Daily Training](https://atcoder.jp/contests/adt_top) - [AtCoder](https://atcoder.jp/)公式が提供を予定しているAtCoder Beginner Contestの練習用バーチャルコンテストです(コンテストに仮想的に参加できる機能)。過去に出題された問題を対象として、複数の難易度・日時から選択して参加できます。
- [AtCoder Problems](https://kenkoooo.com/atcoder/) - コンテストの過去問を一覧できるWebアプリです。登録したアカウント名を入力すると、問題の正誤状況や各種集計結果などを確認できます。詳しくは、以下のドキュメント・記事をご覧ください。
- [User Guide](https://kenkoooo.com/atcoder/book/ja/index.html) - 同サービスで提供されているドキュメント(日本語)です。
- [AtCoder Problemsの使い方(AtCoder Problemsを知らない人向け)](https://ntk-ta01.hatenablog.com/entry/2020/04/15/001405) - 有志が使い方を解説した記事です。
Expand Down