LeetCode 715. Range Module / 57. Insert Interval(区间查询更新,离散化)
A Range Module is a module that tracks ranges of numbers. Your task is to design and implement the following interfaces in an efficient manner.
addRange(int left, int right) Adds the half-open interva...
原创
2018-11-03 23:31:05 ·
445 阅读 ·
0 评论