Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertainValuePathByRecursion ¶
type CertainValuePathByRecursion struct { }
*
- @author ljfirst
- @version V1.0
- @date 2023/7/24 00:57
- @author-Email ljfirst@mail.ustc.edu.cn
- @blogURL https://blog.csdn.net/ljfirst
- @description *
func (*CertainValuePathByRecursion) GetAttribute ¶
func (m *CertainValuePathByRecursion) GetAttribute() *C.Attribute
func (*CertainValuePathByRecursion) Method ¶
func (m *CertainValuePathByRecursion) Method()
type CertainValuePathByStack ¶
type CertainValuePathByStack struct { }
*
- @author ljfirst
- @version V1.0
- @date 2023/7/24 00:57
- @author-Email ljfirst@mail.ustc.edu.cn
- @blogURL https://blog.csdn.net/ljfirst
- @description *
func (*CertainValuePathByStack) GetAttribute ¶
func (m *CertainValuePathByStack) GetAttribute() *C.Attribute
func (*CertainValuePathByStack) Method ¶
func (m *CertainValuePathByStack) Method()
type MaxValuePathByQueue ¶
type MaxValuePathByQueue struct { }
*
- @author ljfirst
- @version V1.0
- @date 2023/7/24 00:58
- @author-Email ljfirst@mail.ustc.edu.cn
- @blogURL https://blog.csdn.net/ljfirst
- @description *
func (*MaxValuePathByQueue) GetAttribute ¶
func (m *MaxValuePathByQueue) GetAttribute() *C.Attribute
func (*MaxValuePathByQueue) Method ¶
func (m *MaxValuePathByQueue) Method()
type MaxValuePathByRecursion ¶
type MaxValuePathByRecursion struct { MaxValue int // 最大的子树路径和 MaxValuePath []int // 最大的子树路径和的Path }
*
- @author ljfirst
- @version V1.0
- @date 2023/7/24 00:58
- @author-Email ljfirst@mail.ustc.edu.cn
- @blogURL https://blog.csdn.net/ljfirst
- @description *
func (*MaxValuePathByRecursion) GetAttribute ¶
func (m *MaxValuePathByRecursion) GetAttribute() *C.Attribute
Click to show internal directories.
Click to hide internal directories.