minstack

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Nov 6, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MinStack

type MinStack[T constraints.Ordered] struct {
	// contains filtered or unexported fields
}

MinStack ...

func NewMinStack

func NewMinStack[T constraints.Ordered]() MinStack[T]

NewMinStack ...

func (*MinStack[T]) GetMin

func (ms *MinStack[T]) GetMin() T

GetMin ...

func (*MinStack[T]) Pop

func (ms *MinStack[T]) Pop()

Pop ...

func (*MinStack[T]) Push

func (ms *MinStack[T]) Push(x T)

Push ...

func (*MinStack[T]) Top

func (ms *MinStack[T]) Top() T

Top ...

Jump to

Keyboard shortcuts

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