Skip to content

Python implementation of even-rodeh-code for compression and decompression of text.

Notifications You must be signed in to change notification settings

shashank40/even-rodeh-text-compression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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%

About

Python implementation of even-rodeh-code for compression and decompression of text.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages