[here](https://github.com/TheAlgorithms/Python/blob/master/data_structures/Binary%20Tree/SegmentTree.py) `st.query(1, 1, N, ...)` the first three parameters are unnecessary. We are using class but not taking advantage of it. The same thing is with other classes as well.
here
st.query(1, 1, N, ...)the first three parameters are unnecessary. We are using class but not taking advantage of it.The same thing is with other classes as well.