-
-
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
[問題案] SegTree系 #114
Comments
基本的に色んな種類の演算を1個用意して、色々作っていく 1点add / 区間sum
|
2 x 2行列、1点変更 / 区間積
バイナリ文字列、1点変更 / 転倒数
どっちがいいだろう(非可換, 結合タイプ) |
1次関数、1点変更 / 区間関数合成
これどうかな |
ありです |
区間加算/区間max
遅延伝搬segtree、パラメーターが多すぎないか? |
Closed
区間行列積/区間行列set
そもそも結合じゃないと多分どうしようも無いから書く必要なかったな |
↑一次関数でも可能だった |
操作一覧 基本的に逆元は消す理由がないので消さない
欲しいかもしれない候補?
|
この3種類で一通りは大丈夫なはず |
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: