




Sponsored
Sponsored
Use these hints if you're stuck. Try solving on your own first.
Find the intersection of the keys/indices on the two arrays/objects.
Analyze the data structure recursively.
For each key in the intersection, omit if there are no differences in the leaves. Otherwise return the difference.