leetcode

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: May 29, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	MaxNode = &ListNode{
		Val:  math.MaxInt64,
		Next: nil,
	}
)

Functions

This section is empty.

Types

type ListNode

type ListNode struct {
	Val  int
	Next *ListNode
}

type Node

type Node struct {
	Key int
	// contains filtered or unexported fields
}

func ReconstructBinTree

func ReconstructBinTree(inorder, preorder []Node) *Node

ReconstructBinTree -

Jump to

Keyboard shortcuts

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