We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
このpdfのB58の解説についてです。
問題文的にセグメント木の指定された範囲の最小値を求める問題なのですが、PDF20ページ目の「動的計画法の高速化」という節?内で、"最小値"ではなく"最大値"と誤って書かれたであろう箇所が複数ありましたので、報告します。
The text was updated successfully, but these errors were encountered:
書籍「競技プログラミングの鉄則」をご利用いただき、誠にありがとうございます。
ご指摘の通り、第 8 章演習問題の解説 p.20 において、本来「最小値」と書くべきところを、以下の 3 箇所で「最大値」と書いていました。ご不便をおかけして申し訳ございませんでした。
// dp[posL] から dp[posR] までの最大値を求める
修正まで今しばらくお待ちください。
square1001
Sorry, something went wrong.
No branches or pull requests
このpdfのB58の解説についてです。
問題文的にセグメント木の指定された範囲の最小値を求める問題なのですが、PDF20ページ目の「動的計画法の高速化」という節?内で、"最小値"ではなく"最大値"と誤って書かれたであろう箇所が複数ありましたので、報告します。
The text was updated successfully, but these errors were encountered: