Skip to content

Commit

Permalink
Merge pull request #5548 from KATO-Hiro/#5546
Browse files Browse the repository at this point in the history
✨ Add article (#5546)
  • Loading branch information
KATO-Hiro committed Mar 14, 2023
2 parents 4e410c1 + 661cf1a commit 2116e15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/articles/heuristic.md
Expand Up @@ -61,6 +61,10 @@ title: ヒューリスティック問題を解く
!!! warning "注意"
本記事を読む前に、[マラソンマッチの取り組み方](http://www.colun.net/archives/294)などの記事を読み込み、何回かコンテストに参加することが推奨されている。

### 取り組み方(実装)

- [マラソン系コンテストでソースコードを分割して書く方法のメモ(C++)](https://yunix-kyopro.hatenablog.com/entry/2023/03/14/220453) - コンテストで快適にコーディングできるように、開発時にはソースコード(C++)を複数のファイルに分割して記述し、提出時に1つにまとめて提出する方法が紹介されている記事。

### 参加記・解法の解説

- [競プロ解法紹介~大局観で高得点を取る!~](https://qiita.com/tsukammo/items/85ffbe907e89b051d715) - マラソン形式の問題である[Chokudai Contest 001](https://atcoder.jp/contests/chokudai001/)の解法を紹介した記事。愚直な解法から高得点を狙うための着眼点や方法が解説されている。
Expand Down

0 comments on commit 2116e15

Please sign in to comment.