_0622

package
v0.0.0-...-53d1e4d Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2022 License: Apache-2.0 Imports: 1 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) Display

func (this *MyCircularQueue) Display()

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