Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StudyRust/leetcode_rust
/ main
Function
main
1331-rank-transform-of-an-array.rs:13–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
}
12
13
fn main() {
14
let arr = vec![40,10,20,30];
15
println!(
"{:?}"
, array_rank_transform(arr));
16
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected