LLIST

package
v0.0.0-...-f63f6ef Latest Latest
Warning

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

Go to latest
Published: May 15, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LinkedList

type LinkedList struct {
	// contains filtered or unexported fields
}

func New

func New() *LinkedList

func (*LinkedList) IsEmpty

func (self *LinkedList) IsEmpty() bool

func (*LinkedList) Pop

func (self *LinkedList) Pop() interface{}

func (*LinkedList) Push

func (self *LinkedList) Push(x interface{}, noused int) interface{}

in order keep the interface in Graph Search for simple pusth, use PushItem instead

func (*LinkedList) PushItem

func (self *LinkedList) PushItem(x interface{}) interface{}

Jump to

Keyboard shortcuts

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