Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ainevsia/Leetcode-Rust
/ basic
Function
basic
120. Triangle/src/main.rs:38–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
37
#[test]
38
fn basic() {
39
assert_eq!(Solution::minimum_total(vec![
40
vec![2],
41
vec![3,4],
42
vec![6,5,7],
43
vec![4,1,8,3]
44
]), 11);
45
}
46
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected