Assignment:
The input consists of two arrays each representing a set of integers (in each array, each value appears only once). The output is an array representing the union of the two sets - again, each value appears only once. Write a method to implement set union and analyze its running time.
Provide complete and step by step solution for the question and show calculations and use formulas.