|
lab_huffman
Hazardous Huffman Codes
|
Implementation of a namespace for encoding files using HuffmanTrees. More...
#include <fstream>#include <iostream>#include <string>#include <vector>#include <unordered_map>#include <cstdlib>#include <sys/stat.h>#include "binary_file_writer.h"#include "encoder.h"#include "huffman_tree.h"Implementation of a namespace for encoding files using HuffmanTrees.
1.8.9.1