How would you compress a string of characters by hand, not using zip. To reduce size.
Anonymous
Forgot to add an example, to the above answer. Here's an example: String before compression: ABCCCDDDDE String after compression: AB3C4DE
Check out your Company Bowl for anonymous work chats.