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

💥 Move web app to archives (#6516) #6517

Merged
merged 1 commit into from Aug 1, 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
11 changes: 11 additions & 0 deletions docs/archived/outdated_information.md
Expand Up @@ -17,6 +17,17 @@ title: 更新停止の可能性が高い
<img loading = "lazy" src="../../images/web_app/atcoder_translations.png" alt="atcoder translations">
</div>

### 得点状況と配点から次に解く問題を決める

- [AtCoder Strategies](https://atcoder-strategies.web.app/) - ある時点の得点状況と正解の可能性がある問題の配点に基づいて、得られる点数の組み合わせ(見込み)を昇順に表示する。

!!! warning "注意"
アルゴリズム部門の[日鉄ソリューションズプログラミングコンテスト2023(AtCoder Beginner Contest 303)](https://atcoder.jp/contests/abc303)以降のコンテストに対応(手動)。

<div align="center">
<img loading = "lazy" src="../../images/web_app/atcoder_strategies.png" alt="atcoder strategies">
</div>

### ヒューリスティック問題の入出力を可視化

- [ahc001-gen-vis-wasm](https://kenkoooo.github.io/ahc001-gen-vis-wasm/) - [AtCoder Heuristic Contest 001](https://atcoder.jp/contests/ahc001)で提供されている入力ジェネレータとビジュアライザをWebブラウザから利用することできる。ソースコードは、[GitHub](https://github.com/kenkoooo/ahc001-gen-vis-wasm) ![GitHub Repo stars](https://img.shields.io/github/stars/kenkoooo/ahc001-gen-vis-wasm?style=plastic)で公開されている。
Expand Down
11 changes: 0 additions & 11 deletions docs/web_app/support_tools.md
Expand Up @@ -36,17 +36,6 @@ title: 問題を解くときの補助ツール
<img loading = "lazy" src="../../images/web_app/template_generator-webapp.png" alt="graph graph">
</div>

## 得点状況と配点から次に解く問題を決める

- [AtCoder Strategies](https://atcoder-strategies.web.app/) - ある時点の得点状況と正解の可能性がある問題の配点に基づいて、得られる点数の組み合わせ(見込み)を昇順に表示する。

!!! warning "注意"
アルゴリズム部門の[日鉄ソリューションズプログラミングコンテスト2023(AtCoder Beginner Contest 303)](https://atcoder.jp/contests/abc303)以降のコンテストに対応(手動)。

<div align="center">
<img loading = "lazy" src="../../images/web_app/atcoder_strategies.png" alt="atcoder strategies">
</div>

## 配列の消費メモリ量を知る

- [配列のサイズと型を入力すると何MBか教えてくれるうし](https://ei1333.github.io/beet/memory.html) - 配列のサイズと型を入力すると消費メモリ量が表示される。
Expand Down