mario

package
v0.0.0-...-2138682 Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2022 License: Unlicense Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MyCircularQueue

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

func Constructor

func Constructor(k int) MyCircularQueue

func (*MyCircularQueue) DeQueue

func (this *MyCircularQueue) DeQueue() bool

func (*MyCircularQueue) EnQueue

func (this *MyCircularQueue) EnQueue(value int) bool

func (*MyCircularQueue) Front

func (this *MyCircularQueue) Front() int

func (*MyCircularQueue) IsEmpty

func (this *MyCircularQueue) IsEmpty() bool

func (*MyCircularQueue) IsFull

func (this *MyCircularQueue) IsFull() bool

func (*MyCircularQueue) Rear

func (this *MyCircularQueue) Rear() int

Jump to

Keyboard shortcuts

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