codemistic / Data-Structures-and-Algorithms

A repository to help the open-source community with DSA related contributions
MIT License
345 stars 341 forks source link

Update reverseWordinString.cpp #537

Closed JeetuGuptaa closed 1 year ago

JeetuGuptaa commented 1 year ago

Created a different function to reverse a string so that everyone can easily understand how to reverse a string, And tried to make program easy to understand, And done some minor changes.