Skip to content

Commit

Permalink
Merge pull request #6280 from KATO-Hiro/#6276
Browse files Browse the repository at this point in the history
✨ Add article (#6276)
  • Loading branch information
KATO-Hiro committed Jun 30, 2023
2 parents 5048a01 + 6911ee1 commit 281731f
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions docs/articles/heuristic.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,17 @@ title: ヒューリスティック問題を解く
- [AtCoder Heuristic Contest 001 AtCoder Ad - びったんびったん](http://hakomof.hatenablog.com/entry/2021/03/14/202411) - [hakomo](https://atcoder.jp/users/hakomo)さんによる[AtCoder Heuristic Contest 001](https://atcoder.jp/contests/ahc001)の解答方針と頻出テクニックを紹介した記事。
- [AHC003の2.926T解法+経緯](https://qiita.com/contramundum/items/b945400b81536df42d1a) - [eivour](https://atcoder.jp/users/eivour)さんが、[AtCoder Heuristic Contest 003](https://atcoder.jp/contests/ahc003)での最終解法と、その経緯などを紹介した記事。また、[HACK TO THE FUTURE 2022予選](https://atcoder.jp/contests/future-contest-2022-qual)に関する[記事](https://qiita.com/contramundum/items/52609b5a4c943bc6a275)も公開されている。
- [実録!AtCoder Heuristic Contest 011参加記](https://kaede2020.hatenablog.com/entry/2022/06/05/190049) - [kaede2020](https://atcoder.jp/users/kaede2020)さんの参加記。良い得点を得るために試行錯誤する過程がリアルタイムで記録されている。
- [実録!RECRUIT 日本橋ハーフマラソン 2022夏(AtCoder Heuristic Contest 013)参加記](https://kaede2020.hatenablog.com/entry/2022/08/16/210130)
- [estie プログラミングコンテスト2022(AtCoder Heuristic Contest 014)参加記](https://kaede2020.hatenablog.com/entry/2022/10/01/190044)
- [HACK TO THE FUTURE 2023 予選(AtCoder Heuristic Contest 016)参加記](https://kaede2020.hatenablog.com/entry/2022/11/20/190100)
- [THIRD プログラミングコンテスト 2022(AtCoder Heuristic Contest 017)参加記](https://kaede2020.hatenablog.com/entry/2023/02/05/200031)
- [RECRUIT 日本橋ハーフマラソン 2023冬(AtCoder Heuristic Contest 018)参加記](https://kaede2020.hatenablog.com/entry/2023/02/26/190051)
- [MC Digital プログラミングコンテスト2023(AtCoder Heuristic Contest 019)参加記](https://kaede2020.hatenablog.com/entry/2023/04/02/190056)
- [ALGO ARTIS プログラミングコンテスト2023(AtCoder Heuristic Contest 020)の復習](https://kaede2020.hatenablog.com/entry/2023/06/30/231314)

??? info "参加記の一覧"

- [実録!RECRUIT 日本橋ハーフマラソン 2022夏(AtCoder Heuristic Contest 013)参加記](https://kaede2020.hatenablog.com/entry/2022/08/16/210130)
- [estie プログラミングコンテスト2022(AtCoder Heuristic Contest 014)参加記](https://kaede2020.hatenablog.com/entry/2022/10/01/190044)
- [HACK TO THE FUTURE 2023 予選(AtCoder Heuristic Contest 016)参加記](https://kaede2020.hatenablog.com/entry/2022/11/20/190100)
- [THIRD プログラミングコンテスト 2022(AtCoder Heuristic Contest 017)参加記](https://kaede2020.hatenablog.com/entry/2023/02/05/200031)
- [RECRUIT 日本橋ハーフマラソン 2023冬(AtCoder Heuristic Contest 018)参加記](https://kaede2020.hatenablog.com/entry/2023/02/26/190051)
- [MC Digital プログラミングコンテスト2023(AtCoder Heuristic Contest 019)参加記](https://kaede2020.hatenablog.com/entry/2023/04/02/190056)

- [AHCガチ素人のアルゴ茶コーダー VS AHC013 〜初歩的アルゴ知識だけで戦ってみました〜](https://fujikawa.hatenablog.com/entry/2022/08/18/051533) - [fujikawahiroaki](https://atcoder.jp/users/fujikawahiroaki)さんの参加記。アルゴリズム部門で身につけた知識を活用して、コンテストに挑戦する過程がまとめられている。
- [AHC016(HTTF2023予選)敗戦記 〜傷まみれの青春〜](https://fujikawa.hatenablog.com/entry/2022/11/22/220829)
- [AHC018の1位解法(Psyho氏の解法)解説](https://qiita.com/thun-c/items/11af0980cc938dc28d3b) - [Psyho](https://atcoder.jp/users/Psyho)さんによる[AtCoder Heuristic Contest 018](https://atcoder.jp/contests/ahc018)の解答方針を、[thunder](https://atcoder.jp/users/thunder)さんが詳しく解説した記事。
Expand Down

0 comments on commit 281731f

Please sign in to comment.