algorithm

package
v0.0.0-...-0158116 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2024 License: GPL-3.0 Imports: 8 Imported by: 0

README

数据结构与算法

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCommand

func NewCommand() *cobra.Command

Types

type MInteger

type MInteger int

func (MInteger) Compare

func (mine MInteger) Compare(his MInteger) int8

type MInterface

type MInterface interface {
	Compare(his MInterface) int8
}

type MObject

type MObject struct {
	Value MInterface
}

func (MObject) Compare

func (mObj MObject) Compare(hObj MObject) int8

func (*MObject) Get

func (mObj *MObject) Get(receiver interface{}) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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