From c2d7f47b4858874528ec20d975aa7227fdd149d8 Mon Sep 17 00:00:00 2001 From: Kimiyuki Onaka Date: Sun, 1 Aug 2021 05:19:02 +0900 Subject: [PATCH] docs: Update examples/README.md --- examples/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 4913f03f..82722ad2 100644 --- a/examples/README.md +++ b/examples/README.md @@ -24,10 +24,13 @@ - Educational DP Contest [Q - Flowers](https://atcoder.jp/contests/dp/tasks/dp_q) - A lazy propagation segment tree / 遅延伝播セグメント木 - submission at v5.0.11.0: -- :heavy_check_mark: AC `dp_z.py` +- :heavy_check_mark: AC `dp_z-morau.py` - Educational DP Contest [Z - Frog 3](https://atcoder.jp/contests/dp/tasks/dp_z) - Convex hull trick - submission at v5.0.11.0: +- :heavy_check_mark: AC `dp_z-kubaru.py` + - The Kubaru DP version of `dp_z-morau.py`. + - submission at v5.1.0.0: - :hourglass: TLE `abc134_c.py` - AtCoder Beginner Contest 134 [C - Exception Handling](https://atcoder.jp/contests/abc134/tasks/abc134_c) - Cumulative sums from both sides / 両側からの累積和