Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ainevsia/Leetcode-Rust
/ MaxNumber
Class
MaxNumber
Dynamic Programming/321. Create Maximum Number/src/main.rs:70–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
pub struct MaxNumber {
71
max_vec: Vec<Option<Vec<i32>>>,
72
}
73
74
impl MaxNumber {
75
pub fn new(mut stack: Vec<i32>) -> MaxNumber {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected