You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yet I don't know why segment trees are not used with the current version. A segment tree is used in the result of examples/dp_q.py, so I guess if statement prevents using segment trees?
Implementation for segment trees are described in docs/internal.md
exampleのdp_qには貼られているが、point_add_range_sumには貼られていないようです
The text was updated successfully, but these errors were encountered: