Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ainevsia/Leetcode-Rust
/ main
Function
main
71. Simplify Path/Solution.cpp:27–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
26
27
int main() {
28
Solution a;
29
string x = a.simplifyPath(
"sg"
);
30
cout << x;
31
}
Callers
nothing calls this directly
Calls
1
simplifyPath
Method · 0.80
Tested by
no test coverage detected