services

package
v0.0.0-...-79e4f83 Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitSpeSkillTest

func InitSpeSkillTest()

Types

type ISpeSkill

type ISpeSkill interface {
	Narcistic(int) bool
	FindOutlier([]int) (bool, int)
	FindNeedle([]string, string) int
	BlueOceanReverse([]int, []int) []int
}

func GetSpeSkillTest

func GetSpeSkillTest() ISpeSkill

type SpeSkillTest

type SpeSkillTest struct {
}

func (SpeSkillTest) BlueOceanReverse

func (svc SpeSkillTest) BlueOceanReverse(firstList []int, secondList []int) []int

func (SpeSkillTest) FindNeedle

func (svc SpeSkillTest) FindNeedle(haystack []string, needle string) int

func (SpeSkillTest) FindOutlier

func (svc SpeSkillTest) FindOutlier(numbers []int) (bool, int)

func (SpeSkillTest) Narcistic

func (svc SpeSkillTest) Narcistic(number int) bool

Jump to

Keyboard shortcuts

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