p0703

package
v0.0.0-...-9d9ab22 Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2020 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 KthLargest

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

func Constructor

func Constructor(k int, nums []int) KthLargest

func (*KthLargest) Add

func (this *KthLargest) Add(val int) int

func (*KthLargest) Len

func (k *KthLargest) Len() int

func (*KthLargest) Less

func (k *KthLargest) Less(i int, j int) bool

func (*KthLargest) Pop

func (k *KthLargest) Pop() interface{}

func (*KthLargest) Push

func (k *KthLargest) Push(x interface{})

func (*KthLargest) Swap

func (k *KthLargest) Swap(i int, j int)

Jump to

Keyboard shortcuts

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