type Solution struct { } func Constructor(rects [][]int) Solution { } func (this *Solution) Pick() []int { } /** * Your Solution object will be instantiated and called as such: * obj := Constructor(rects); * param_1 := obj.Pick(); */