MCPcopy Create free account
hub / github.com/Ainevsia/Leetcode-Rust / main

Function main

Dynamic Programming/321. Create Maximum Number/src/main.rs:1–3  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1fn main() {
2 assert_eq!(Solution::max_number(vec![6,7],vec![6,0,4],5),vec![6,7,6,0,4]);
3}
4
5struct Solution {}
6

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected