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

Function main

841-keys-and-rooms.rs:20–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected