Question: (In-place string reversal, 20 points) Reverse a string. No extra space is allowed (so you cannot store any temp variable). Implement it using C or
(In-place string reversal, 20 points) Reverse a string. No extra space is allowed (so you cannot store any temp variable). Implement it using C or Java.
Hint: recall how XOR swapping algorithm works.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
