Documentation
¶
Index ¶
Constants ¶
View Source
const (
N = 1000000000
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MyCalendarThree ¶
type MyCalendarThree struct {
*SegmentNode
}
func Constructor ¶
func Constructor() MyCalendarThree
type MyCalendarThree1 ¶
type MyCalendarThree1 map[int]pair
https://leetcode.cn/problems/my-calendar-iii/
func Constructor1 ¶
func Constructor1() MyCalendarThree1
type SegmentNode ¶
type SegmentNode struct {
Ls, Rs *SegmentNode
// add 代表懒标记
Add int
// 代表要统计的值
Val int
}
Click to show internal directories.
Click to hide internal directories.