using System.Collections.Generic;
public static void Main()
Console.WriteLine(string.Join(", ", GetDisjointedList(new[]{0, 1, 1, 1, 2, 2}, new[]{0, 0, 0, 1, 1})));
private static int[] GetDisjointedList(int[] a, int[] b)
var dict = new Dictionary<int, int>(){};
var output = new List<int>();
for(var i = 0; i < Math.Abs(d.Value); i++)