Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func QuickAsc ¶
func QuickAsc(arr []*HuffmanTree)
Types ¶
type HuffmanTree ¶
type HuffmanTree struct { Val int Left *HuffmanTree Right *HuffmanTree // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.