Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StudyRust/leetcode_rust
/ main
Function
main
2073-time-needed-to-buy-tickets.rs:18–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
}
17
18
fn main() {
19
println!(
"{:?}"
, time_required_to_buy(vec![2,3,2], 2));
20
println!(
"{:?}"
, time_required_to_buy(vec![84,49,5,24,70,77,87,8], 3));
21
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected