Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ main
Function
main
CPP/String/areRotation.cpp:11–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
}
10
11
int main()
12
{
13
string s1, s2;
14
cin >> s1 >> s2;
15
cout << areRotated(s1, s2);
16
return 0;
17
}
Callers
nothing calls this directly
Calls
1
areRotated
Function · 0.85
Tested by
no test coverage detected