Skip to content

Unordered result should be accepted for 2215. Find the Difference of Two Arrays #59

Description

@arunsathiya

for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
if got := findDifference(tt.nums1, tt.nums2); !reflect.DeepEqual(got, tt.want) {
t.Errorf("findDifference() = %v, want %v", got, tt.want)
}
})
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions