Questions on Arrays Part-2
Moving on to some more interview questions from Arrays:
Q6. Find the Union and Intersection of two arrays.
A6. There are two approaches to this question. One is the two-pointer approach and the other is using a Set. Here we will go with the two-point...
devitease.hashnode.dev6 min read