My Project
 
Loading...
Searching...
No Matches
Huffman.hpp File Reference
#include <bitset>
#include <iostream>
#include <memory>
#include <queue>
#include <stdint.h>
#include <unordered_map>
#include <vector>
#include <fstream>
Include dependency graph for Huffman.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  HuffmanNode
 Represents a node in the Huffman encoding tree. More...
 
struct  HuffmanNode::CompareNodes
 Comparator for use in priority queues (min-heap). More...
 
class  HuffmanTree
 Constructs and manages a Huffman tree for encoding. More...