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

Function fail

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

Source from the content-addressed store, hash-verified

122
123 #[test]
124 fn fail() {
125 assert_eq!(Solution::max_number(vec![5,5,1],vec![4,0,1],3),vec![5,5,4]);
126 }
127}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected