25
edits
Changes
m
→Assignment 1
Sn = n - ( 1 - .5 ) ∙ ( n - 1 )
Sn =
==== Data Compression ====
For this suggested project we used the [https://codereview.stackexchange.com/questions/86543/simple-lzw-compression-algorithm LZW] algorithm from one of the suggested projects.
The compress dictionary copies the file into a new file with a .LZW filetype which uses ASCII
The results of the compression from:
=== Assignment 2 ===
=== Assignment 3 ===