my huffman encodingops i forgot the main.cpp [code]#include <algorithm> #include <numeric> #include <fstream> #include...
my huffman encodingThis my first try for huffman encoding! bitreader.h [code]#ifndef BIT_H #define BIT_H #incl...