Generation

generate functionWed, 23 Nov 2022

a class with array of arrays which has different lenght

public class Class1 { public static int[] ArrayDiff(int[] a, int[] b) { var temp=a.Intersect(b).ToArray(); return a.Except(temp).ToArray(); } }

Questions about programming?Chat with your personal AI assistant