leetcode

package module
v0.0.0-...-3dc4773 Latest Latest
Warning

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

Go to latest
Published: Jul 15, 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 IntStack

type IntStack []int

func (*IntStack) IsEmpty

func (s *IntStack) IsEmpty() bool

func (*IntStack) Pop

func (s *IntStack) Pop() (int, bool)

func (*IntStack) Push

func (s *IntStack) Push(e int)

func (*IntStack) Top

func (s *IntStack) Top() (int, bool)

Jump to

Keyboard shortcuts

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