|
lab_huffman
Hazardous Huffman Codes
|
Definition of a Huffman Tree class. More...
#include <cstddef>#include <vector>#include <queue>#include <utility>#include <sstream>#include <map>#include <string>#include <ostream>#include "printtree.h"#include "frequency.h"#include "binary_file_reader.h"#include "binary_file_writer.h"
Include dependency graph for huffman_tree.h:
This graph shows which files directly or indirectly include this file:Classes | |
| class | HuffmanTree |
| HuffmanTree: class that represents a Huffman tree for encoding and decoding files with Huffman coding. More... | |
| class | HuffmanTree::TreeNode |
| TreeNode class: internal representation of the Huffman tree. More... | |
Definition of a Huffman Tree class.