Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ainevsia/Leetcode-Rust
/ get
Method
get
Dynamic Programming/321. Create Maximum Number/src/main.rs:92–94 ·
view source on GitHub ↗
(&self, i: usize)
Source
from the content-addressed store, hash-verified
90
}
91
92
pub fn get(&self, i: usize) -> Option<Vec<i32>> {
93
self.max_vec[i].clone()
94
}
95
96
pub fn debug(&self) {
97
println!(
"self.max = {:#?}"
, self.max_vec);
Callers
1
max_number
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected