Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RangeModule ¶
type RangeModule struct { }
func Constructor ¶
func Constructor() RangeModule
func (*RangeModule) AddRange ¶
func (this *RangeModule) AddRange(left int, right int)
func (*RangeModule) QueryRange ¶
func (this *RangeModule) QueryRange(left int, right int) bool
func (*RangeModule) RemoveRange ¶
func (this *RangeModule) RemoveRange(left int, right int)
Click to show internal directories.
Click to hide internal directories.