leetcode

package
v0.0.0-...-26905e8 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AssertEquals

func AssertEquals(a, b interface{})

func AssertFalse

func AssertFalse(b bool)

func AssertTrue

func AssertTrue(b bool)

Types

type ListNode

type ListNode struct {
	Val  int
	Next *ListNode
}

单链表

type TreeNode

type TreeNode struct {
	Val   int
	Left  *TreeNode
	Right *TreeNode
}

二叉树

Jump to

Keyboard shortcuts

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