Difficulty: Beginner
How do you find common elements between two sets?
Use `SINTER set1 set2`. For all unique elements across both, use `SUNION`.
Sets, Analytics
JavaScript is required for the interactive version of this page, including the code playground and progress tracking. Browse all InternHack tutorials.