Exploring Recursion and Two-Pointers Through ReverseString

Josephine Gyamera
4 min readFeb 23, 2024

DSA, Algorithms, Problem-solving techniques

Images in design from Canva Photos

In my previous blog, I talked about revising my knowledge of Data Structures & Algorithms. While exploring concepts like pointers and recursions, I found that reversing strings was surprisingly helpful in making these ideas easier to understand.

--

--