TD interview question

Reverse a string

Interview Answer

Anonymous

Mar 8, 2017

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