Skip to content

Commit 7a3c1d8

Browse files
added question
1 parent 75c7385 commit 7a3c1d8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Arrays/1D Arrays/intersectionOfTwoArrays.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
Given two arrays arr1 and arr2. We need to find the intersection of both the arrays and return the result as a list.
3+
*/
4+
15
import java.util.*;
26

37
public class intersectionOfTwoArrays{

0 commit comments

Comments
 (0)