Skip to content

Commit a5c97c8

Browse files
Added comments
1 parent a4cade8 commit a5c97c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Strings/check_if_strings_are_rotation_of_eachother.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A Program to check if strings are rotations of each other or not.
44
55
***************************************************************************/
66

7-
SOLUTION (in C++):
7+
//SOLUTION (in C++):
88

99
//Suppose there are two strings s1 = "devincept" and s2 = "vinceptde",
1010

0 commit comments

Comments
 (0)