We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc7838a commit f59526bCopy full SHA for f59526b
notes/src/day6/lc349.md
@@ -29,7 +29,7 @@ impl Solution {
29
30
```rust
31
# struct Solution {}
32
-
+use std::iter::FromIterator;
33
impl Solution {
34
pub fn intersection(nums1: Vec<i32>, nums2: Vec<i32>) -> Vec<i32> {
35
use std::collections::HashSet;
0 commit comments