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

Function main

1122-relative-sort-array.rs:25–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23}
24
25fn main() {
26 let arr1 = vec![943,790,427,722,860,550,225,846,715,320];
27 let arr2 = vec![943,715,427,790,860,722,225,320,846,550];
28 println!("{:?}", relative_sort_array(arr1, arr2));
29}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected