Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 297 Bytes

File metadata and controls

11 lines (9 loc) · 297 Bytes

Challenge_12

Compression and Decompression I

These methods handle string compression and decompression. The input can contain any characters but only alphabethicals are compressed.

These methods use re-library, which is a builtin.

You can run tests with:

$ python3 test.py