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
Click to show internal directories.
Click to hide internal directories.