lss

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: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LSS_Bisection

type LSS_Bisection struct {
	Sum      int   //最大子段和
	Sequence []int //最大子段和序列
}

*

  • @author ljfirst
  • @version V1.0
  • @date 2023/7/10 02:15
  • @author-Email ljfirst@mail.ustc.edu.cn
  • @blogURL https://blog.csdn.net/ljfirst
  • @description *

func (*LSS_Bisection) GetAttribute

func (m *LSS_Bisection) GetAttribute() *C.Attribute

func (*LSS_Bisection) Method

func (m *LSS_Bisection) Method()

type LSS_Dynamic

type LSS_Dynamic struct {
	Sum      int   //最大子段和
	Sequence []int //最大子段和序列
}

*

  • @author ljfirst
  • @version V1.0
  • @date 2023/7/10 02:15
  • @author-Email ljfirst@mail.ustc.edu.cn
  • @blogURL https://blog.csdn.net/ljfirst
  • @description *

func (*LSS_Dynamic) GetAttribute

func (m *LSS_Dynamic) GetAttribute() *C.Attribute

func (*LSS_Dynamic) Method

func (m *LSS_Dynamic) Method(array []int)

Jump to

Keyboard shortcuts

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