day435

package
v0.0.0-...-36687a4 Latest Latest
Warning

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

Go to latest
Published: Oct 28, 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 BinaryTree

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

BinaryTree is a binary tree with rune values.

func Reconstruct

func Reconstruct(preorder, inorder []string) (*BinaryTree, []string)

Reconstruct takes a pre-order and in-order string representation and then returns a BinaryTree that conforms to both of those representations.

Jump to

Keyboard shortcuts

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