/Task_CPP

Implement C++ functions to (de)compress input data using run-length encoding and dictionary coder. Provide test cases showing advantages and disadvantages of both methods. Compare both methods in terms of compression ratio, (de)compression speed, and memory usage.

Primary LanguageC++

No issues in this repository yet.