Name: Anonymous 2007-08-24 4:27 ID:cvcO9wR4
Reverse a string. Optimize for speed. Optimize for space.
Reversing a string is simple. But now imagine you have to read a 512kb string with only 64kb of ram. Is there any way to do this efficiently?
Reversing a string is simple. But now imagine you have to read a 512kb string with only 64kb of ram. Is there any way to do this efficiently?