MCPcopy Create free account
hub / github.com/StudyRust/leetcode_rust / main

Function main

946-validate-stack-sequences.rs:21–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21fn main() {
22 println!("{:?}", validate_stack_sequences(vec![1,2,3,4,5], vec![4,5,3,2,1]));
23 println!("{:?}", validate_stack_sequences(vec![2,1,0], vec![1,2,0]));
24}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected