Toward core module compiling.
This commit is contained in:
parent
c25a56ee19
commit
3ed195d7dd
305 changed files with 1774 additions and 1065 deletions
|
@ -28,7 +28,7 @@ TEST_CASE(TestHuffmanEncoder, "compression")
|
|||
//String testData = "BCAADDDCCACACAC";
|
||||
//Vector<unsigned char> stream(testData.begin(), testData.end());
|
||||
|
||||
std::unordered_map<unsigned char, unsigned> counts;
|
||||
Map<unsigned char, unsigned> counts;
|
||||
counts['A'] = 1;
|
||||
counts['B'] = 1;
|
||||
counts['C'] = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue