apply

package
v1.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 13, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

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

func (*MaxValuePathByRecursion) Method

func (m *MaxValuePathByRecursion) Method(node *list.Node) int

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL