You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A pair of small projects written for a course assignment. The crc programs generate and validate respectively a cyclic redundancy check for a given 16-bit word, while the lzw program is a demo of an lzw compression algorithm.