This repository is not active
Moha7000/RLE-compression-on-bits-level-poem
This project is poem compression by RLE on bits. In this technique of data compression we convert the input text from english letters "ASCII" into zeroes and ones, then we apply RLE data compression algorithm on bits level.
C++