Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HuffmanCode ¶
type HuffmanCode struct{}
type HuffmanTreeNode ¶
type HuffmanTreeNode struct {
// contains filtered or unexported fields
}
func (HuffmanTreeNode) String ¶
func (h HuffmanTreeNode) String() string
func (HuffmanTreeNode) Val ¶
func (h HuffmanTreeNode) Val() int
Click to show internal directories.
Click to hide internal directories.