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 b89a89e commit 9fa7cadCopy full SHA for 9fa7cad
DSA 450 GFG/Union_Arrays.cpp
@@ -1,3 +1,8 @@
1
+/*
2
+Union of the two arrays can be defined as the set containing distinct elements from both the arrays.
3
+If there are repetitions, then only one occurrence of element should be considered in the union.
4
+The final count should be printed.
5
+*/
6
#include <bits/stdc++.h>
7
using namespace std;
8
0 commit comments