Given two strings, and then ask to replace each character in the string with binary. Then see if the two strings are the same
It's like a -> ord('a') -> then change to binary
follow up: multithreading
I don't understand the meaning of this question at all, why not just return stringA == stringB :(