xor

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 FindNum_Treble_One

type FindNum_Treble_One struct {
}

*

func (*FindNum_Treble_One) FindMethod

func (m *FindNum_Treble_One) FindMethod(array []uint32) []uint32

func (*FindNum_Treble_One) GetAttribute

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

type FindNum_Twice_One

type FindNum_Twice_One struct {
}

*

  • @author ljfirst
  • @version V1.0
  • @date 2023/7/25 11:20
  • @author-Email ljfirst@mail.ustc.edu.cn
  • @blogURL https://blog.csdn.net/ljfirst
  • @description 找出数组中唯一出现一次的数
  • 在一组数中,每个数都出现了两次,但是出现了唯独一个数,仅出现一次,找出这个数 *

func (*FindNum_Twice_One) FindMethod

func (m *FindNum_Twice_One) FindMethod(array []uint32) []uint32

func (*FindNum_Twice_One) GetAttribute

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

type FindNum_Twice_Two

type FindNum_Twice_Two struct {
}

*

  • @author ljfirst
  • @version V1.0
  • @date 2023/7/25 11:31
  • @author-Email ljfirst@mail.ustc.edu.cn
  • @blogURL https://blog.csdn.net/ljfirst
  • @description 找出数组中唯二出现一次的数
  • 在一组数中,每个数都出现了两次,但是唯独有两个数,仅出现一次,找出这个数 *

func (*FindNum_Twice_Two) FindMethod

func (m *FindNum_Twice_Two) FindMethod(array []uint32) []uint32

func (*FindNum_Twice_Two) GetAttribute

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

Jump to

Keyboard shortcuts

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