Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 308 Bytes

readme.md

File metadata and controls

14 lines (9 loc) · 308 Bytes

This repository contains code for even-rodeh algorithm for text compression

To run :

  1. Need to have python
  2. use command : python even-rodeh/main.py

Example compression : Original text: hello world Number of bits in original text: 88

Number of bits in encoded text: 48

percentage compression = 45.45%