queue

package
v0.0.0-...-1c8a91e Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Queue

type Queue []int

扩展已有类型 方法2: 类型重命名

func (*Queue) IsEmpty

func (q *Queue) IsEmpty() bool

队列为空

func (*Queue) Pop

func (q *Queue) Pop() int

pop

func (*Queue) Push

func (q *Queue) Push(v int)

push

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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