tree

package
v1.0.8 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func QuickAsc

func QuickAsc(arr []*HuffmanTree)

Types

type BTreeNode

type BTreeNode struct {
}

type HuffmanTree

type HuffmanTree struct {
	Val int

	Left  *HuffmanTree
	Right *HuffmanTree
	// contains filtered or unexported fields
}

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