LeetCode/solutions/307. Range Sum Query - Mutable.md

4 lines
272 B
Markdown
Raw Permalink Normal View History

# [307. Range Sum Query - Mutable](https://leetcode.com/problems/range-sum-query-mutable/)
此题可以用树状数组和线段树解决,具体题解见我的博客:[Range Sum Query - Mutable (区间查询)](https://tangshusen.me/2019/11/17/range-sum-query-mutable/)