TD interview question

Reverse a string

Interview Answer

Anonymous

8 Mar 2017

Loop to midway in the string flipping the i'th and (len-i'th) bits.