Traverses the Huffman tree to generate binary codes for each character # Arguments `node` - The current node being traversed `code` - The current binary code string `codes` - HashMap to store the generated codes
(node: &HuffmanNode, code: String, codes: &mut HashMap<char, String>)
source not stored for this graph (policy: none)
no test coverage detected