Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ainevsia/Leetcode-Rust
/ main
Function
main
Sliding Window/76. Minimum Window Substring/src/main.rs:1–3 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
fn main() {
2
Solution::min_window(String::from(
"ADOBECODEBANC"
), String::from(
"ABCDA"
));
3
}
4
5
struct Solution {}
6
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected