Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ main
Function
main
CPP/String/Check_Subsequence.cpp:16–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
}
15
16
int main(){
17
string s1=
"germany"
;
18
string s2=
"gmyw"
;
19
cout<<subsec(s1,s2);
20
return 0;
21
}
Callers
nothing calls this directly
Calls
1
subsec
Function · 0.85
Tested by
no test coverage detected