Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ main
Function
main
CPP/char array/arepermut.cpp:23–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
int main(){
24
cin.tie(0)->sync_with_stdio(0);
25
string a,b;
26
cin>>a>>b;
27
cout<<arePermutation(a,b);
28
return 0;
29
}
30
31
Callers
nothing calls this directly
Calls
1
arePermutation
Function · 0.85
Tested by
no test coverage detected