dan1994 / dane

Training exercise in Huffman coding
0 stars 0 forks source link

BiMap::reverseMapping has wrong order of type params #27

Closed dan1994 closed 5 years ago

dan1994 commented 5 years ago

That's a typo. It should be std::unordered_map<U, T> rather than std::unordered_map<T, U>...