leet_23

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

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

Go to latest
Published: May 14, 2019 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 H

type H []*ListNode

func (H) Len

func (h H) Len() int

func (H) Less

func (h H) Less(i, j int) bool

func (*H) Pop

func (h *H) Pop() interface{}

func (*H) Push

func (h *H) Push(x interface{})

func (H) Swap

func (h H) Swap(i, j int)

type ListNode

type ListNode struct {
	Val  int
	Next *ListNode
}

Jump to

Keyboard shortcuts

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