Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reverse each word of a string individually. #12

Open
anmolrishi opened this issue Oct 25, 2018 · 3 comments
Open

Reverse each word of a string individually. #12

anmolrishi opened this issue Oct 25, 2018 · 3 comments
Labels
algorithms hacktoberfest Contribute with this issue to participate in hacktoberfest. https://hacktoberfest.digitalocean.com/ strings

Comments

@anmolrishi
Copy link
Owner

For eg. if a string is "abc def", reversed string should be "cba fed".

@anmolrishi anmolrishi added hacktoberfest Contribute with this issue to participate in hacktoberfest. https://hacktoberfest.digitalocean.com/ algorithms strings labels Oct 25, 2018
@ruanchaves
Copy link
Contributor

#20

prakharbahukhandi pushed a commit to prakharbahukhandi/ProgrammingHub that referenced this issue Oct 25, 2018
@rajeshsverma
Copy link

reverse.pdf

anmolrishi added a commit that referenced this issue Oct 26, 2018
Reverse each word of a string individually. #12
hg398 added a commit to hg398/ProgrammingHub that referenced this issue Oct 26, 2018
A C++ solution to the problem.
@shivambachhety
Copy link

Done with Python #1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
algorithms hacktoberfest Contribute with this issue to participate in hacktoberfest. https://hacktoberfest.digitalocean.com/ strings
Projects
None yet
Development

No branches or pull requests

4 participants