MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / main

Function main

CPP/String/angramSearch.cpp:39–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39int main()
40{
41 string s, k;
42 cin >> s >> k;
43 cout << anagramSeach(s, k);
44 return 0;
45}

Callers

nothing calls this directly

Calls 1

anagramSeachFunction · 0.85

Tested by

no test coverage detected