-
-
Notifications
You must be signed in to change notification settings - Fork 124
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
[問題案] Point Set Range Composite (Large) #828
Comments
point set と range affine で セグ木 / 遅延セグ木 の 2 種あるとよいのでは。 ただし ・N が小さい版でもこれを verify できる(が、同解法の中での速度比較はしにくい) とかはありますね。 |
N が大きい版を作るメリットとして、「無駄なノードを省略することで Θ(QlogN) から Θ(QlogQ) に落とすテク」の verify ができます |
|
↑ こうだと思いました
これって合ってますか? |
書いたときのことをあまり覚えていないのですがおそらく |
ありがとうございます。 |
この 2 問で良さそうです。 |
Range Affine の方がまだ |
問題名: Point Set Range Composite (Large)
問題概要
#122 と同じ。ただし、N≦10^9
想定解法: 必要なところだけ作るセグ木
メモ・検討事項
The text was updated successfully, but these errors were encountered: