Building off of yesterday's problem let's create a binary to ASCII converter. The string "0101100101101111011101010010000001110011011011110110110001110110011001010110010000100000011010010111010000100001" should map to "You solved it!". If it helps, you only need to account for characters 32-126 from the ASCII table.
As a bonus create a way to go from ASCII to binary.
Comments:
Anonymous - 10 years, 5 months ago
reply permalink
pyrohaze - 10 years, 5 months ago
Python solution
reply permalink
Anonymous - 10 years, 5 months ago
Clojure:
reply permalink
Anonymous - 10 years, 5 months ago
reply permalink
Anonymous - 10 years, 5 months ago
That's ASCII to Binary. People already solved the other way.
reply permalink
bumbleguppy - 10 years, 5 months ago
javascript
reply permalink
Anonymous - 10 years, 5 months ago
reply permalink