algorithm

package
v0.0.0-...-0f28e9b Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2022 License: MIT Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Stack

type Stack []interface{}

func (Stack) Cap

func (stack Stack) Cap() int

func (Stack) IsEmpty

func (stack Stack) IsEmpty() bool

func (Stack) Len

func (stack Stack) Len() int

func (*Stack) Pop

func (stack *Stack) Pop() (interface{}, error)

func (*Stack) Push

func (stack *Stack) Push(value interface{})

func (Stack) Top

func (stack Stack) Top() (interface{}, error)

Jump to

Keyboard shortcuts

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