We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c7385 commit 7a3c1d8Copy full SHA for 7a3c1d8
1 file changed
Arrays/1D Arrays/intersectionOfTwoArrays.java
@@ -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
+
5
import java.util.*;
6
7
public class intersectionOfTwoArrays{
0 commit comments