Day 30: Tackling the Challenge
The challenge demanded reversing the characters of each word in a given string while maintaining the word order. The twist? I had to achieve this in-place, without extra memory.
I took a strategic approach:
Defined pointers to mark word boundaries.
...
zaid-dsa.hashnode.dev1 min read