|
My Project
|
Comparator used by the priority queue to order nodes by frequency. More...
#include <Huffman.h>
Public Member Functions | |
| bool | operator() (Node *const &n1, Node *const &n2) |
| Compares two nodes based on their frequencies. | |
Comparator used by the priority queue to order nodes by frequency.
Compares two nodes based on their frequencies.