problem

package
v0.0.0-...-fa778ea Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2021 License: MIT Imports: 1 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 struct {
	Nodes []*Node
}

MinStack ...

func Constructor

func Constructor() MinStack

Constructor ...

func (*MinStack) GetMin

func (s *MinStack) GetMin() int

GetMin ...

func (*MinStack) Pop

func (s *MinStack) Pop()

Pop ...

func (*MinStack) Push

func (s *MinStack) Push(val int)

Push ...

func (*MinStack) Top

func (s *MinStack) Top() int

Top ...

type Node

type Node struct {
	Value int
	Min   int
}

Node ...

Jump to

Keyboard shortcuts

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