Skip to content

Commit

Permalink
reverse words in string
Browse files Browse the repository at this point in the history
  • Loading branch information
WaderManasi committed Sep 13, 2020
1 parent be59ad4 commit 9bcbfe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion String/reverse_words.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//You are given a string s. You need to reverse the string.
//Given a String S, reverse the string without reversing its individual words. Words are separated by dots.
//solution:

#include<string>
Expand Down

0 comments on commit 9bcbfe2

Please sign in to comment.